(no title)
visch | 2 years ago
For folks who haven't heard of this stuff and are technical I tend to share these three things.
1. What is singer? In a nutshell it allows you to pipe source data to a target system. ie `tap-csv | target-postgres`
2. What is Meltano? In a nutshell it allows you to configure the above singer example in a single git repo (secrets, state storage, dev/qa/prod environments, etc). The added cherry on top is you can run any other app relating to Data in your infrastructure (Becomes super powerful as you can define your companies data platform in one place)
3. There's tons of taps and targets all of which are open source, you can search github / gitlab but it's much easier to search here https://hub.meltano.com/ and then click the links to github / gitlab.
No comments yet.