Introduction
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.
- ✨ copy data from your database into any destination
- ➕ incremental loading:
append,mergeordelete+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
We recommend using uv to run ingestr.
pip install uv
uvx ingestrAlternatively, if you'd like to install it globally:
uv pip install --system ingestrWhile installation with vanilla pip is possible, it's an order of magnitude slower.
Next Steps
Check out the Quickstart guide to get started with ingestr.
Community
Join our Slack community here.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Some components are licensed under Apache 2.0 - see the NOTICE file for details.