bruin-data/ingestr: ingestr is a CLI tool to copy data between any databases with a single command seamlessly.
github.comΒ·2dΒ·
Discuss: Hacker News
☁️Serverless Rust
Preview
Report Post

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.

  • ✨ 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

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 `pi…

Similar Posts

Loading similar posts...