Skip to content

v0.1.0 🚀

Compare
Choose a tag to compare
@karakanb karakanb released this 27 Feb 09:13
· 91 commits to main since this release

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.

demo