v0.1.0 🚀
Hi all, this is the first public release of ingestr!
ingestr is an open-source command-line application that allows ingesting & copying data between two databases without any code: https://github.com/bruin-data/ingestr
It does a few things that make it the easiest alternative out there:
- ✨ copy data from your Postgres / MySQL / SQL Server or any other source into any destination, such as BigQuery or Snowflake, just using URIs
- ➕ incremental loading: create+replace, delete+insert, append
- 🐍 single-command installation: pip install ingestr
We built ingestr because we believe for 80% of the cases out there people shouldn’t be writing code or hosting tools like Airbyte just to copy a table to their DWH on a regular basis.