Discover and explore top open-source AI tools and projects—updated daily.
bruin-dataCLI for seamless data transfer across databases and platforms
Top 13.0% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> Ingestr is a CLI tool designed to simplify data ingestion between diverse databases and platforms. It targets engineers and users needing to move data without writing code, offering a seamless, single-command solution that abstracts backend complexity and reduces development overhead.
How It Works
Ingestr operates as a command-line interface, allowing users to specify source and destination URIs and table names via simple flags. The tool manages the underlying data transfer logic, eliminating the need for custom scripts or backend infrastructure management. This approach streamlines data pipelines and accelerates data movement.
Quick Start & Requirements
curl -LsSf https://getbruin.com/install/ingestr | shpip install ingestringestr ingest \
--source-uri 'postgresql://admin:admin@localhost:8837/web?sslmode=disable' \
--source-table 'public.some_data' \
--dest-uri 'bigquery://<your-project-name>?credentials_path=/path/to/service/account.json' \
--dest-table 'ingestr.some_data'
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The Functional Source License 1.1 imposes restrictions on offering competing commercial ingestion services. While free for internal use, this license may limit adoption for companies building commercial data pipeline products.
1 day ago
Inactive
risingwavelabs
mage-ai
pathwaycom
apache
oxnr