Ingestr

Latest version: v0.4.0

Safety actively analyzes 623439 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.0

This release adds support for SAP Hana as a source. You can use the Hana databases as a source using the following URI structure:


hana://username:passwordhost:port/dbname


Enjoy!

0.3.0

Along with some minor upgrades and maintenance work, this release introduces the support for a new source: [Notion](https://www.notion.so/)!

This is the first release where we step outside the db-only territory and integrate with external platforms, please feel free to suggest any other platform that might be helpful to you!

0.2.0

This release adds support for MongoDB as a source for ingestr!


ingestr ingest \
--source-uri 'mongodb://localhost:27017' \
--source-table 'mydb.mycollection' \
--dest-uri $POSTGRES_URI \
--dest-table 'testschema.mongofake'


Fixes 7

0.1.2

This release is a quick addition with an experimental Oracle source support, and a new (quite hackily implemented) CSV destination support, which means that you can copy any table from any database into a CSV file locally!

0.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:
- :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.

![demo](https://github.com/bruin-data/ingestr/assets/16530606/8a6571e5-33cd-40df-89c5-969b8ff2de01)

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.