Ingestr

Latest version: v0.9.5

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

Scan your dependencies

Page 1 of 2

0.7.8

This release introduces a new Kafka source to ingestr!

Using ingestr, you can ingest data from any Kafka topic into your DWH, see [docs here](https://bruin-data.github.io/ingestr/supported-sources/kafka.html).

0.6.5

This release adds [Gorgias](https://gorgias.com) as a new source to ingestr!

The current release supports 4 resources at the moment:
- customers
- tickets
- ticket messages
- satisfaction surveys

Adding new resources would be pretty easy, feel free to contribute either directly to the code or creating an issue with your needs.

0.6.0

This release adds support for Shopify as a new source! 🚀

Give [the docs](https://bruin-data.github.io/ingestr/supported-sources/shopify.html) a look, anda share your feedback.

What's Changed
* updated snowflake account identifier usage by trakmaker in https://github.com/bruin-data/ingestr/pull/17
* add shopify as a source by karakanb in https://github.com/bruin-data/ingestr/pull/20

New Contributors
* trakmaker made their first contribution in https://github.com/bruin-data/ingestr/pull/17
* karakanb made their first contribution in https://github.com/bruin-data/ingestr/pull/20

**Full Changelog**: https://github.com/bruin-data/ingestr/compare/v0.5.1...v0.6.0

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.