Is there an open-source, command-line alternative to Fivetran?
ingestr moves data between sources and destinations from the command line, open source and self-hosted, with no per-row pricing. Bruin does this in one platform: ingestion, SQL and Python pipelines, quality checks, lineage, and an AI data analyst that answers in Slack, Microsoft Teams, and the browser.
Command
ingestr ingestDefined in
CLI
Works with
Fivetran users
What you get
How it works in code
$ ingestr ingest --source-uri $SRC --dest-uri $DSTRun ingestr ingest and the load runs from the CLI, no platform to operate.
Related use cases
Use ingestr as an alternative to Airbyte
Can I replace an Airbyte deployment with something simpler?
ingestr recipes and comparisonsReplace a Sling script with ingestr
How does ingestr compare to Sling for moving data?
ingestr recipes and comparisonsMove data between two databases
How do I copy a table from one database to another quickly?
Move data with one command
Open source. Source URI in, destination URI out, incremental by default.