ingestr — перенос данных между системами через CLI
★ 3.8K
ingestr is a command-line utility that copies data from any source to any destination with no code at all. Reach for it when you need to move data between systems: export tables from one database into another, into a warehouse, or into a cloud store, and set up recurring incremental loading (append, merge, delete+insert) — just by naming the source and destination with command-line flags. It installs with a single command and hides all the complexity of backends and connectors. Its focus is simple movement and syncing of data between sources and destinations (the EL part of ETL) via a CLI, not a pipeline orchestrator or a transformation/analytics tool: the job is "take it here, put it there, regularly and incrementally." It is useful to data engineers and analysts for quick integration without writing connectors by hand.
- #Analytics