-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (45 loc) · 3.06 KB
/
index.html
File metadata and controls
63 lines (45 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="DFDLSchemas : DFDL Schemas for Commercial and Scientific Formats" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Dfdlschemas.github.com</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/DFDLSchemas">View on GitHub</a>
<h1 id="project_title">DFDLSchemas</h1>
<h2 id="project_tagline">DFDL Schemas for Commercial and Scientific Formats</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>This GitHub organization hosts repositories that contain DFDL schemas for modelling well-known commercial and scientific data formats.</p>
<p>The repositories are all public and allow anybody to access the content. If you would like to contribute to a repository, email the address on the organisation home page.</p>
<h3>New to DFDL?</h3>
<p><a href="http://www.ogf.org/dfdl">Data Format Description Language</a> (DFDL, often pronounced daff-o-dil), published as an <a href="http://www.ogf.org">Open Grid Forum</a> Grid Recommendation in February 2021, is a modeling language for describing general text and binary data in a standard way. A DFDL model or schema allows any text or binary data to be read (or "parsed") from its native format and to be presented as an instance of an information set. The same DFDL schema also allows data to be taken from an instance of an information set and written out (or "serialized") to its native format.</p>
<p>If you are new to DFDL a good place to start is the <a href="https://community.ibm.com/community/user/integration/viewdocument/get-started-with-the-data-format-de">DFDL page on the IBM Integration Community</a>. This contains links to DFDL implementations, tutorials and videos.</p>
<h3>DFDL implementations</h3>
<p>A DFDL processor uses a DFDL schema to parse and serialize text and binary data. The following implementations are available:</p>
<ul>
<li>IBM DFDL (available as part of <a href="https://mrs-ux.mrs-prod-7d4bdc08e7ddc90fa89b373d95c240eb-0000.us-south.containers.appdomain.cloud/marketing/iwm/platform/mrs/assets/mrs_landing_page?source=swg-wmbfd&lang=en_US">IBM App Connect Enterprise</a>) and other IBM products</li>
<li><a href="https://daffodil.apache.org">Apache Daffodil - Open Source DFDL</a></li>
<li>European Space Agency <a href="https://eop-cfi.esa.int/index.php/applications/dfdl4s">DFDL4S</a></li>
</ul>
<h3>New to GitHub?</h3>
<p>All the help you need is <a href="https://help.github.com/">here</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>