
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
ingestr is a command-line application that ingests data from various sources and stores them in any database.
Copy data from any source to any destination without any code
ingestr is a command-line app that allows you to ingest data from any source into any destination using simple command-line flags, no code necessary.
append
, merge
or delete+insert
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.
We recommend using uv to run ingestr
.
pip install uv
uvx ingestr
Alternatively, if you'd like to install it globally:
uv pip install --system ingestr
While installation with vanilla pip
is possible, it's an order of magnitude slower.
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:
public.some_data
from the Postgres instance.ingestr
and table some_data
.You can see the full documentation here.
Join our Slack community here.
Pull requests are welcome. However, please open an issue first to discuss what you would like to change. We maybe able to offer you help and feedback regarding any changes you would like to make.
[!NOTE] After cloning
ingestr
make sure to runmake setup
to install githooks.
Source | Destination | |
---|---|---|
Databases | ||
BigQuery | ā | ā |
ClickHouse | ā | ā |
CrateDB | ā | ā |
Databricks | ā | ā |
IBM Db2 | ā | - |
DuckDB | ā | ā |
DynamoDB | ā | - |
Elasticsearch | ā | - |
GCP Spanner | ā | - |
Local CSV file | ā | ā |
Microsoft SQL Server | ā | ā |
MongoDB | ā | ā |
MySQL | ā | ā |
Oracle | ā | ā |
Postgres | ā | ā |
Redshift | ā | ā |
SAP Hana | ā | ā |
Snowflake | ā | ā |
SQLite | ā | ā |
Platforms | ||
Adjust | ā | - |
Airtable | ā | - |
Amazon Kinesis | ā | - |
Apache Kafka | ā | - |
AppsFlyer | ā | - |
App Store | ā | - |
Asana | ā | - |
Attio | ā | - |
Chess.com | ā | - |
Facebook Ads | ā | - |
GitHub | ā | - |
Gorgias | ā | - |
Google Sheets | ā | - |
Google Ads | ā | - |
Google Analytics | ā | - |
Klaviyo | ā | - |
LinkedIn Ads | ā | - |
Notion | ā | - |
Personio | ā | - |
Phantombuster | ā | - |
Pipedrive | ā | - |
S3 | ā | - |
Salesforce | ā | - |
Shopify | ā | - |
Slack | ā | - |
Smartsheets | ā | - |
Solidgate | ā | - |
Stripe | ā | - |
TikTok Ads | ā | - |
Zendesk | ā | - |
Feel free to create an issue if you'd like to see support for another source or destination.
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.
FAQs
ingestr is a command-line application that ingests data from various sources and stores them in any database.
We found that ingestr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.