Start Mage and Kafka broker from terminal: docker compose up
To access Mage's UI, navigate to localhost:6789 on your web browser.
Creating a Pipeline:
- Select "Pipelines" from the left menu bar
- Select "+ New"
- Select "Standard (batch)" for pipelining batch data or "Streaming" for pipelining event streaming data
- Once the you name and create the pipeline: data loader, data transformer, and data exporter blocks can be created within the "Edit pipeline" tab
- To test the pipeline's execution, press the green "Execute pipeline" button on the right side of the "Edit pipeline" tab
Stop Mage and Kafka broker from terminal: docker compose down