Skip to content

Commit 89f5f1f

Browse files
author
maipet
committed
Remove duplications
Adjust Playground intro
1 parent 8787458 commit 89f5f1f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
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

0 commit comments

Comments
 (0)