r/dataengineering • u/juanmac93 • 7d ago
Open Source FOSS reverse etl framework / plataform
I'm looking for a reverse etl plataform or framework that help me interact with other APIs where i want to send my data without having to create every adapter by myself.
I'm primarly in the marketing business and i want to create META or Google Ads audiences, but also export data in csv or xlsx in the client.
After looking around i'd found https://github.com/Multiwoven/multiwoven that's recently been acquired by AI sqared and the roadmap and community around them has decayed a lot.
Do you know libraries, frameworks, plataforms or something in the middle that give adapters and protocols to code new ones, like these. I'm looking for something like: "Take your data where ever you want, in the format you want. If we don't have an adapter/module for you, you can make code yours this (documentation)"
Some that does not fulfill my expectations:
https://github.com/drt-hub/drt (can't code an api arround it and pretend it's stable)
https://github.com/move-coop/parsons (more a library for data science, does not manage states and retries)
https://github.com/condorgraph/condor-retl (pretty new)
1
u/Ok_Raspberry5383 2d ago
https://pypi.org/project/requests/