Skip to content

Commit 0e9e805

Browse files
authored
Merge pull request #16 from metafacture/someImprovements
Some proposals for improvements
2 parents 2c21edc + 1567333 commit 0e9e805

File tree

2 files changed

+40
-48
lines changed

2 files changed

+40
-48
lines changed

01_Getting_Metafacture.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@
33
![Logo](https://metafacture.org/img/metafacture.png)
44
Metafacture is an ETL data processing toolkit with a focus on library metadata.
55
It provides a versatile set of tools for reading, writing and transforming data.
6-
It was initially developed by DNB starting in 2011 and is maintained since 2019 by hbz.
6+
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/).
77

88
Metafacture can be used as a stand-alone application or as a Java library in other applications.
9-
The name Metafacture is a portmanteau of the words metadata and manufacture.
9+
The name "Metafacture" is a portmanteau of the words metadata and manufacture.
1010

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

13-
At the beginning we will use the web application [Metafacture Playground](https://metafacture.org/playground/). So no
14-
installation is needed. The Playground is a web interface that helps you getting started.
15-
It is useful to test, share and export Metafacture workflows.
13+
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.
1614

17-
Starting with [Chapter 6](./06_MetafactureCLI.md) we can switch from using Playground to running Metafacture on our own hardware.
18-
But the examples are still provided in the Playground.
15+
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.
1916

20-
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)
17+
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.
2118

2219
---------------
2320

0 commit comments

Comments
 (0)