Skip to main content

ingestr is a command-line application that ingests data from various sources and stores them in any database.

Project description

Ingest & copy data from any source to any destination without any code


Ingestr is a command-line application that allows you to ingest data from any source into any destination using simple command-line flags, no code necessary.

  • ✨ copy data from your database into any destination
  • ➕ incremental loading: append, merge or delete+insert
  • 🐍 single-command installation

ingestr takes away the complexity of managing any backend or writing any code for ingesting data, simply run the command and watch the data land on its destination.

Installation

pip install ingestr

Quickstart

ingestr ingest \
    --source-uri 'postgresql://admin:admin@localhost:8837/web?sslmode=disable' \
    --source-table 'public.some_data' \
    --dest-uri 'bigquery://<your-project-name>?credentials_path=/path/to/service/account.json' \
    --dest-table 'ingestr.some_data'

That's it.

This command will:

  • get the table public.some_data from the Postgres instance.
  • upload this data to your BigQuery warehouse under the schema ingestr and table some_data.

Documentation

You can see the full documentation here.

Community

Join our Slack community here.

Supported Sources & Destinations

Source Destination
Databases
Postgres
BigQuery
Snowflake
Redshift
Databricks
DuckDB
Microsoft SQL Server
Local CSV file
MongoDB
Oracle
SAP Hana
SQLite
MySQL
Platforms
Gorgias
Google Sheets
Notion
Shopify

More to come soon!

Acknowledgements

This project would not have been possible without the amazing work done by the SQLAlchemy and dlt teams. We relied on their work to connect to various sources and destinations, and built ingestr as a simple, opinionated wrapper around their work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ingestr-0.7.1.tar.gz (217.6 kB view details)

Uploaded Source

Built Distribution

ingestr-0.7.1-py3-none-any.whl (56.3 kB view details)

Uploaded Python 3

File details

Details for the file ingestr-0.7.1.tar.gz.

File metadata

  • Download URL: ingestr-0.7.1.tar.gz
  • Upload date:
  • Size: 217.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.6

File hashes

Hashes for ingestr-0.7.1.tar.gz
Algorithm Hash digest
SHA256 186eaa3a7b6a302b4560836583e0322e5f4fc682102016f0e1be0bd2a484fea0
MD5 922f46ff0250d84389339091dfee7704
BLAKE2b-256 e207d28e68a90540f1d22b4157aa79ad907dbaefc2ee8de282b20141cd05cb46

See more details on using hashes here.

File details

Details for the file ingestr-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: ingestr-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 56.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.6

File hashes

Hashes for ingestr-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5c6d7885340da83e4ca2a6330aa1d2aa527d3710225a5fd32ae177afcb839bb2
MD5 6e0e7ed58a1873538700a0bc6efd3413
BLAKE2b-256 56902cdb3ddfe9d6d273506c1b2f1fb378362bad4f8a4601fded0e0697ca6f5e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page