Skip to content

Commit 067b057

Browse files
authored
Merge pull request #20 from metafacture/Cleanup
2 parents bd3dcf7 + 89f5f1f commit 067b057

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/01_Introducing_Metafacture.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@ It was initially developed by the [DNB](https://www.dnb.de) starting in 2011 and
1414
Metafacture can be used as a stand-alone application or as a Java library in other applications.
1515
The name "Metafacture" is a portmanteau of the words metadata and manufacture.
1616

17-
In this tutorial we are going to teach how to use Metafacture to perform simple and advanced data processing tasks.
17+
In this tutorial we are going to teach how to use Metafacture to perform simple and advanced data processing tasks. To process data Metafacture can be used with the command line, as JAVA library or you can use the Metafacture Playground.
1818

19-
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.
19+
For this introduction we will start with the Playground since it allows a quick start without additional installing. The [Metafacture Playground](https://metafacture.org/playground) is a web interface to test and share Metafacture workflows and requires no local installation.
2020

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

2323
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.html) for details.
2424

2525
## Getting started with the Metafacture Playground
2626

27-
To process data Metafacture can be used with the command line, as JAVA library or you can use the Metafacture Playground.
28-
29-
For this introduction we will start with the Playground since it allows a quick start without additional installing. The [Metafacture Playground](https://metafacture.org/playground) is a web interface to test and share Metafacture workflows. The commandline handling will be subject in [lesson 6](./06_MetafactureCLI.md)
27+
You will see what a workflow in Metafacture in the Playground looks like in the following lessons. For a first overview, you will find an example workflow 'How to use the Playground' under the menu item 'Load examples'. To run this example, just click on 'Process' in the menu.
3028

3129
---------------
3230

index.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ has_children: true
1111
This project is work-in-progress tutorial to Metafacture.
1212

1313
It used to be a selective copy of the [Catmandu tutorial](https://librecatproject.wordpress.com/2014/12/01/day-1-getting-catmandu/) but adapted for [Metafacture](https://github.com/metafacture).
14-
The Catmandu tutorial was created by [@phochste](https://github.com/phochste). It is great if you want to learn [Catmandu](https://github.com/LibreCat/Catmandu). So try it out.
1514

1615
Since [Metafacture Fix](https://github.com/metafacture/metafacture-fix) is introducing a catmandu-fix like transformation language to Metafacture the adaption of the Catmandu Tutorial for Metafacture purposes seem to me obvious.
1716

0 commit comments

Comments
 (0)