2 रिपॉजिटरी
Converting raw data structures like maps or lists into formal graph entities such as vertices, edges, and paths.
Distinct from Graph Querying: Focuses on type conversion for querying, whereas Graph Querying is the general act of traversal.
Explore 2 awesome GitHub repositories matching data & databases · Entity Type Casting. Refine with filters or upvote what's useful.
Querydsl is a framework for the construction of type-safe queries. It uses a fluent API and annotation-based code generation to create mirror classes from domain models, enabling compile-time validation of database queries and removing the need for manual string concatenation. The project provides a unified query syntax that translates into specific dialects for multiple backends, including SQL, MongoDB, Lucene, and JDO. It supports advanced query capabilities such as common table expressions, window functions, geospatial operations, and complex nested subqueries. Beyond data retrieval, the
Allows converting generic entity paths to specific subtypes to maintain type safety during query construction.
Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di
Encapsulates graph entities as specialized logical types for storage and traversal.