ingestr is a command-line tool for copying and syncing data between different database engines and third-party platforms without writing custom code. It functions as an ETL pipeline utility that extracts data from diverse sources and loads it into destinations.
Die Hauptfunktionen von bruin-data/ingestr sind: Cross-Database Data Migrations, Cross-Database Data Transfers, Incremental Syncing, ETL Workflows, Data Synchronization Pipelines, ETL Pipeline Tools, Incremental Data Loading, Incremental Data Synchronization.
Open-Source-Alternativen zu bruin-data/ingestr sind unter anderem: dlt-hub/dlt — dlt is a Python data ingestion tool and ETL pipeline framework designed to fetch data from diverse sources and persist… bruin-data/bruin — Build data pipelines with SQL and Python, ingest data from different sources, add quality checks, and build end-to-end… alibaba/datax — DataX is a distributed data integration framework and plugin-based ETL tool designed for synchronizing large datasets… gazette/core — Build platforms that flexibly mix SQL, batch, and stream processing paradigms. netflix/suro — Netflix's distributed Data Pipeline. rudderlabs/rudder-server — Rudder Server is a customer data platform and event routing pipeline designed to collect, transform, and route…
dlt is a Python data ingestion tool and ETL pipeline framework designed to fetch data from diverse sources and persist it into structured destinations. It functions as a schema inference engine that automatically detects data types and flattens nested JSON structures into relational tables, moving data from sources to lakehouses, warehouses, or vector databases. The project distinguishes itself through AI-powered pipeline generation, using large language models to scaffold extraction code and connectors for REST APIs. It also supports multimodal vector storage and specialized population of ve
Build data pipelines with SQL and Python, ingest data from different sources, add quality checks, and build end-to-end flows.
DataX is a distributed data integration framework and plugin-based ETL tool designed for synchronizing large datasets between heterogeneous sources and destinations. It functions as a JDBC data migration engine and offline synchronization tool, enabling the movement of data between relational databases, NoSQL stores, and object storage. The system utilizes a plugin-based connector architecture that decouples reader and writer logic, allowing it to map and transform data types across different storage engines using a standardized internal representation. This design supports heterogeneous data
Build platforms that flexibly mix SQL, batch, and stream processing paradigms