What is the most straight forward way to get a Mel...
# getting-started
e
What is the most straight forward way to get a Meltano instance up and running, without spending a ton of time on DevOps?
c
pipx install meltano && meltano init
and follow the speed run

https://www.youtube.com/watch?v=53WC4kTwbGU

😉
The "Getting Starged" guide is excellent. I used it myself to get started and it was very straight forward indeed. https://docs.meltano.com/getting-started
e
nice
a
Hi @espen_espelund we’re trying to be the most straight forward way to get a meltano instance up and running (and scheduled as a service) if you don't want to setup all the infra. 1. Signup 2. Create a workspace https://www.matatika.com/docs/getting-started/sign-up-and-your-workspace 3. Connect to a data source (any with a custom discovery) 4. We create a DB for you or you can connect your own 5. Need to run it locally? Ok, we created a git repo for you. https://www.matatika.com/docs/getting-started/running-your-data-import-locally I'd love to know what you think.