2 repositorios
High-throughput data import using query language constructs like UNWIND for bulk object creation.
Distinct from Bulk Data Ingestion: Specifically utilizes the query language (Cypher) to achieve bulk ingestion, distinct from binary or protocol-level bulk imports.
Explore 2 awesome GitHub repositories matching data & databases · Query-Based Bulk Ingestion. Refine with filters or upvote what's useful.
Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr
Transforms external datasets into queries and uses UNWIND to create graph objects in bulk.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Copies the results of a select statement directly into another table for high-throughput bulk transfers.