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
You can install ingestr using the install script:
sh
curl -LsSf https://getbruin.com/install/ingestr | shAlternatively, you can install it with pip:
sh
pip install ingestrNext 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.