Link Search Menu Expand Document

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


Install the Matatika Plugin into your project

  1. In your terminal cd into your Meltano project
  2. In your terminal run:
     meltano add utility matatika
    
  3. In your terminal run:
     meltano invoke matatika lab start
    

    (This may take some time to download the docker images for the first run).

  4. Once the docker images are running your browser will open to https://localhost:3443
  5. 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!

Make Your First API Call


Further Reading