Skip to content

Some proposals for improvements #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions 01_Getting_Metafacture.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@
![Logo](https://metafacture.org/img/metafacture.png)
Metafacture is an ETL data processing toolkit with a focus on library metadata.
It provides a versatile set of tools for reading, writing and transforming data.
It was initially developed by DNB starting in 2011 and is maintained since 2019 by hbz.
It was initially developed by the [DNB](https://www.dnb.de) starting in 2011 and is maintained since 2019 by [hbz](https://www.hbz-nrw.de/).

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 metadata and manufacture.
The name "Metafacture" is a portmanteau of the words metadata and manufacture.

In this tutorial we are going to teach how to use Metafacture to perform simple and advanced data processing tasks.

At the beginning we will use the web application [Metafacture Playground](https://metafacture.org/playground/). So no
installation is needed. The Playground is a web interface that helps you getting started.
It is useful to test, share and export Metafacture workflows.
In the first lessons, we will use the [Metafacture Playground](https://metafacture.org/playground/), a web application that helps you getting started. It is useful to test, share and export Metafacture workflows and requires no local installation.

Starting with [Chapter 6](./06_MetafactureCLI.md) we can switch from using Playground to running Metafacture on our own hardware.
But the examples are still provided in the Playground.
Starting with [Chapter 6](./06_MetafactureCLI.md), we can switch from using Playground to running Metafacture on our own hardware but the examples are still provided in the Playground.

To run Metafacture on your local machine you need a Linux/Unix Bash Shell (part of every Linux, MacOS and Windows >=10) with Metafacture Core installed. In this course we are not teaching you how to use the command line. For that see: [Chapter 6](./06_MetafactureCLI.md)
To run Metafacture on your local machine you need a Linux/Unix Bash Shell (part of every Linux, MacOS and Windows >=10) with metafacture-core installed. See [Chapter 6](./06_MetafactureCLI.md) for details.


**Next lesson**: [02 Introduction into Metafacture Flux](./02_Introduction_into_Metafacture-Flux.md)
Loading