Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.45 KB

01_Getting_Metafacture.md

File metadata and controls

21 lines (13 loc) · 1.45 KB

Lesson 1: Introducing Metafacture and requirements for this tutorial

Logo 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 the DNB starting in 2011 and is maintained since 2019 by hbz.

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.

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

In the first lessons, we will use the Metafacture 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, 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. See Chapter 6 for details.


Next lesson: 02 Introduction into Metafacture Flux