Get Our UI for Meltano
- Time required: 5 minutes
Overview
How to get a UI, orchestrator and basic visulisation for your Meltano project using the Matatika plugin.
Requirements
- Meltano installed - How to get Meltano
- Docker installed - How to get Docker
Install the Matatika Plugin into your project
- In your terminal
cd
into your Meltano project - In your terminal run:
meltano add utility matatika
- In your terminal run:
meltano invoke matatika lab start
(This may take some time to download the docker images for the first run).
- Once the docker images are running your browser will open to
https://localhost:3443
- You will now see a login screen. If you already have a Matatika account you can just login, otherwise sign up here: Matatika Sign Up.
Congratulations, you now have the Matatika Lab running against your Meltano project!
Further Reading
- Find out how Matatika works with Meltano by reading about the Matatika concepts and artifacts: Matatika Concepts, Matatika Glossary and Matatika Technical Glossary
- Create your first pipeline: Create A Data Import Pipeline