Creating a pipeline – Introduction

You want to use Aether to make your collected data more meaningful and interoperable with other data sources?

Here is a step by step guide on how to use the Aether interface, that assists you with mapping your existing data structure to your desired output.

Control over your data is back to you!

Access the Web Interface

Once you are up and running and you can access aether through http://aether.local/dev/kernel-ui/. Do you see the Aether Pipeline screen? Great, your setup is working!

A new Pipeline

Aether starts with an overview screen of all your created pipelines. Since we haven’t created any, this list is empty yet.

PIPELINE overview

To create a new pipeline, simply click “NEW PIPELINE”, choose a name and hit “START PIPELINE”. This will immediately take you to your newly created pipeline.

PIPELINE new

Once entered a a pipeline you can always go back to the pipelines overview by clicking on “PIPELINES” in the top bar. There is no need to save your pipeline, all your changes will persist automatically. Please note that your changes won’t have effect on production data, unless you explicitly publish your pipeline.

PIPELINE navbar

And here is what you can do in a pipeline:

1. Define your pipeline input

Choose your Input Source. Maybe you have an AVRO schema you want to use. Or you simply want to add a JSON file, like a data example of your form. In that case we will automatically derive an AVRO schema for you.

Read more

2. Model your pipeline output

Learn how to model your data output by using Entity Types.

Read more

3. Map the input to your output

Create a mapping between fields of your Input source and properties of your Entity Types.

Read more

4. Publish your pipeline

Check the output and publish.

Read more