First Steps

After the successful installation, we deploy your first data pipeline.

Run Your First Pipeline


  1. Log in, if you are not.

  2. Go to your apps.

  3. Click Edit the configuration on the dashboard. You will be forwarded to the modelling area.

  4. Search for random_1. Insert random_1.variable by clicking it and move the module by drag-and-drop.

  5. Search for logger_1. Insert logger_1 by clicking it and move the module by drag-and-drop.

  6. Click on the output port of random_1 and subsequently click on the input port of logger_1.

  7. Click on View or change the configuration (pen button on the module). Make your adjustments if you want to.

  8. Click . Your configuration will be stored on the device.

  9. Click . The configuration will be loaded and executed by your running application.

  10. Click . You will see the cyclically generated random data in the console.

Congratulations, you created your first data pipeline! Now you are ready for more.

Info
If you have subscribed to a plan, and cloned the interface module by providing a git access token, you can use the local user interface by visiting: http://localhost:80.
Previous
Docker