v0.1.0
版本发布时间: 2024-02-27 17:13:50
bruin-data/ingestr最新发布版本:v0.6.5(2024-06-26 00:52:33)
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:
- :sparkles: copy data from your Postgres / MySQL / SQL Server or any other source into any destination, such as BigQuery or Snowflake, just using URIs
- :heavy_plus_sign: incremental loading: create+replace, delete+insert, append
- :snake: 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.