ingestr
CLI ingestion toolingestr is the closest like-for-like dlt alternative for teams that prefer a command over a codebase. You describe a source URI and a destination URI and it moves the data, with merge, append, delete+insert, and SCD2 strategies built in. In published benchmarks it loads large tables faster than dlt and Sling, and it doubles as the ingestion layer of the Bruin platform.
- Best for
- Teams that want dlt-style code-first loading without writing Python source code, and want it fast.
- Watch out for
- It focuses on ingestion, so transformation and governance come from the wider Bruin workflow.