Tested Meltano with a s3 csv -> local csv! Now ...
# getting-started
t
Tested Meltano with a s3 csv -> local csv! Now to figure out how to apply DBT. Also, any connectors for Firebase around?
c
Regarding Firebase - There doesn't seem to be a Python SDK available for Firebase, only C++ and JavaScript. So, writing a Firebase tap would most likely have to be done in either of these two languages. I certainly am not aware of an existing Singer tap for Firebase.
Oh. Hang on. Actually, it should be possible to write a Python tap using the Meltano SDK and just call the REST endpoints ....
I'm not sure if it's possible to retrieve all entities in a table though ... https://firebase.google.com/docs/reference/rest/database
p
docs on how to get all documents in a collection here