Hello everyone, I am still evaluating open source ELT platform and meltano is one of them.
For the architecture, I am using kubernetes and already using dagster for processing. I have few API (we are a small company... yet π ) with openapi schema and want to extract data from it and push them back some times.
I am also looking Airbyte which is quite interesting but 7 services to run on k8s is too much for things like this. However it was easier to me to build my connector (thanks to Low-Code connector developpment with yaml config).
https://docs.airbyte.com/connector-development/tutorials/cdk-tutorial-python-http/read-data#adding-incremental-sync
Meltano feels way more light and seems to fit more my use case. There is a dagster plugin also which does the job.
Maybe some minimal help for this API would help me GET /api/v2/invoices with API key
https://axonaut.com/api/v2/doc
I will dig a bit more the documentation and waiting for your insights π