Skip to content

Commit

Permalink
Add Metafix and Playground section (metafacture-playground#162)
Browse files Browse the repository at this point in the history
- rephrase a bit
- fix spelling of XML
  • Loading branch information
dr0i committed Mar 15, 2024
1 parent eae293f commit b457a7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
20 changes: 8 additions & 12 deletions index.html
Expand Up @@ -5,18 +5,13 @@
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Metafacture – Welcome</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="github-pandoc.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="Metafacture Icon" type="image/x-icon" href="/img/metafacture-icon.png">
</head>
<body>
Expand Down Expand Up @@ -49,10 +44,11 @@ <h1 class="title">Welcome</h1>
</header>
<p>Welcome to Metafacture.org!</p>
<p>Metafacture is a toolkit for processing semi-structured data with a focus on library metadata. It provides a versatile set of tools for reading, writing and transforming data. Metafacture can be used as a stand-alone application or as a Java library in other applications. The name Metafacture is a portmanteau of the words <em>meta</em>data and manu<em>facture</em>.</p>
<p>Metafacture includes a <a href="https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md">large number of modules</a> for operating on semi-structured data. These modules can be combined to build pipelines to perform complex metadata processing tasks. The pipelines can be constructed either in Java code or with the domain-specific language <strong>Flux</strong>. One of the core features of Metafacture is the <strong>Metamorph</strong> module. Metamorph is an xml-based language for specifying transformations of semi-structured data. It can be seamlessly integrated into Java code.</p>
<p>Metafacture includes a <a href="https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md">large number of modules</a> for operating on semi-structured data. These modules can be combined to build pipelines to perform complex metadata processing tasks. The pipelines can be constructed either in Java code or with the domain-specific language <strong>Flux</strong>. One of the core features of Metafacture is the <strong>Metamorph</strong> module. Metamorph is an XML-based language for specifying transformations of semi-structured data. It can be seamlessly integrated into Java code.</p>
<p>At its heart Metafacture is a framework for implementing modules for metadata processing. This makes Metafacture easily extendable with additional modules. The <a href="https://github.com/metafacture/metafacture-core/wiki/Plugins-and-Tools">plugins and tools page</a> on the wiki shows supplementary packages and projects which extend Metafacture.</p>
<p>Originally, Metafacture was developed as part of the Culturegraph platform but it is developed independently now and used by others, too: <a href="https://github.com/metafacture/metafacture-core/wiki/Who-uses-Metafacture">see who uses Metafacture</a>.</p>
<p>Also <a href="https://github.com/metafacture/metafacture-fix">Metafacture Fix</a>, a non-xml Catmandu inspired language for specifying transformations, is being developed that is not stream-based but operates at record level.</p>
<p>A new developement is <a href="https://github.com/metafacture/metafacture-fix">Metafacture Fix</a>, a non-XML Catmandu inspired language for specifying transformations. <strong>Metafix</strong> can be used as a replacement of <strong>Metamorph</strong>. It is not stream-based but operates at record level and is said to be easier to use and learn.</p>
<p><a href="https://github.com/metafacture/metafacture-playground">Metafacture Playground</a> is also a new developement. It serves as a playground where you can try out <strong>metafacture</strong>. It’s also good for documentation as it provides examples which can be directly run in the browser. No installation of anything is needed. It’s the basic tool when executing Workshops.</p>
<p>Metafacture is maintained by the Team <a href="https://www.hbz-nrw.de/produkte/linked-open-data">Offene Infrastruktur by hbz</a>.</p>
</body>
</html>
6 changes: 4 additions & 2 deletions index.md
Expand Up @@ -8,12 +8,14 @@ Welcome to Metafacture.org!

Metafacture is a toolkit for processing semi-structured data with a focus on library metadata. It provides a versatile set of tools for reading, writing and transforming data. Metafacture can be used as a stand-alone application or as a Java library in other applications. The name Metafacture is a portmanteau of the words *meta*data and manu*facture*.

Metafacture includes a [large number of modules](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md) for operating on semi-structured data. These modules can be combined to build pipelines to perform complex metadata processing tasks. The pipelines can be constructed either in Java code or with the domain-specific language **Flux**. One of the core features of Metafacture is the **Metamorph** module. Metamorph is an xml-based language for specifying transformations of semi-structured data. It can be seamlessly integrated into Java code.
Metafacture includes a [large number of modules](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md) for operating on semi-structured data. These modules can be combined to build pipelines to perform complex metadata processing tasks. The pipelines can be constructed either in Java code or with the domain-specific language **Flux**. One of the core features of Metafacture is the **Metamorph** module. Metamorph is an XML-based language for specifying transformations of semi-structured data. It can be seamlessly integrated into Java code.

At its heart Metafacture is a framework for implementing modules for metadata processing. This makes Metafacture easily extendable with additional modules. The [plugins and tools page](https://github.com/metafacture/metafacture-core/wiki/Plugins-and-Tools) on the wiki shows supplementary packages and projects which extend Metafacture.

Originally, Metafacture was developed as part of the Culturegraph platform but it is developed independently now and used by others, too: [see who uses Metafacture](https://github.com/metafacture/metafacture-core/wiki/Who-uses-Metafacture).

Also [Metafacture Fix](https://github.com/metafacture/metafacture-fix), a non-xml Catmandu inspired language for specifying transformations, is being developed that is not stream-based but operates at record level.
A new developement is [Metafacture Fix](https://github.com/metafacture/metafacture-fix), a non-XML Catmandu inspired language for specifying transformations. **Metafix** can be used as a replacement of **Metamorph**. It is not stream-based but operates at record level and is said to be easier to use and learn.

[Metafacture Playground](https://github.com/metafacture/metafacture-playground) is also a new developement. It serves as a playground where you can try out **metafacture**. It's also good for documentation as it provides examples which can be directly run in the browser. No installation of anything is needed. It's the basic tool when executing Workshops.

Metafacture is maintained by the Team [Offene Infrastruktur by hbz](https://www.hbz-nrw.de/produkte/linked-open-data).

0 comments on commit b457a7a

Please sign in to comment.