-
Notifications
You must be signed in to change notification settings - Fork 91
Local Tutorial Creating your first Flow in local mode
Once you have completed the installing locally, you are ready to start setting up a pipeline locally.
In this tutorial, you'll learn to:
- Create a Flow
- View the Metrics dashboard
-
Ensure the http://localhost:49080 site is opened to the DataX Portal
-
Click on "New" on the Flows tab, this will set up a basic flow:
-
The Info tab has the Flow name. We'll need that in the next step.
-
Click Deploy to start the flow. That's it!
- You can open the metrics tab; this tab will help visualize your data and validate query changes. Note, you will need to wait for a minute before the charts and stats will appear.
You have now created a pipeline with visualization of the incoming data!
Data Accelerator is simulating events/messages which are flowing through the Data Accelerator's engine (which currently is not doing any processing on the events, since we haven't specified any yet!), and the stats are being plotted on the Metrics dashboard. If you click on the 'Flows' tab, and open up 'MyFlow' and look at the 'Input' tab, you will notice the schema in JSON format. That is the format of the events being simulated. In the next few tutorials you will learn how to change the schema of the events being generated, and of course how to add processing to your pipeline.