awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesEntity Type Casting

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 3 awesome GitHub repositories matching data & databases · Entity Type Casting. Refine with filters or upvote what's useful.

Awesome Entity Type Casting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • querydsl/querydslAvatar von querydsl

    querydsl/querydsl

    4,964Auf GitHub ansehen↗

    Querydsl ist ein Framework für die Konstruktion typsicherer Abfragen. Es verwendet eine Fluent-API und annotationsbasierte Codegenerierung, um Spiegelklassen aus Domänenmodellen zu erstellen, was eine Validierung von Datenbankabfragen zur Kompilierzeit ermöglicht und die Notwendigkeit manueller String-Verkettung beseitigt. Das Projekt bietet eine einheitliche Abfragesyntax, die in spezifische Dialekte für mehrere Backends übersetzt wird, einschließlich SQL, MongoDB, Lucene und JDO. Es unterstützt fortgeschrittene Abfragefunktionen wie Common Table Expressions, Window-Funktionen, geospatiale Operationen und komplexe verschachtelte Subqueries. Über den Datenabruf hinaus deckt das Framework die typsichere DML-Ausführung für Massenaktualisierungen und -löschungen sowie das Result-Mapping in Java-Beans, Konstruktoren oder Tupel ab. Es beinhaltet Unterstützung für In-Memory-Collection-Abfragen und integriert sich in das Spring-Framework für Transaktionsmanagement und Verbindungsverwaltung.

    Allows converting generic entity paths to specific subtypes to maintain type safety during query construction.

    Java
    Auf GitHub ansehen↗4,964
  • kuzudb/kuzuAvatar von kuzudb

    kuzudb/kuzu

    3,965Auf GitHub ansehen↗

    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.

    C++cypherdatabaseembeddable
    Auf GitHub ansehen↗3,965
  • qcad/qcadAvatar von qcad

    qcad/qcad

    1,829Auf GitHub ansehen↗

    QCAD is a professional two-dimensional computer-aided drafting application designed for creating technical drawings, engineering schematics, and architectural plans. It provides a comprehensive suite of geometric construction and modification tools that allow users to draft precise layouts while managing complex project structures through layers, blocks, and part libraries. The software distinguishes itself through an integrated scripting framework that enables users to automate repetitive design tasks and develop custom tools to extend core functionality. It also functions as a manufacturing

    Represents drawings as a collection of interconnected mathematical objects that manage their own properties and spatial relationships.

    C++2dcaddwg
    Auf GitHub ansehen↗1,829
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. Entity Type Casting

Unter-Tags erkunden

  • Graph Entity Representations1 Sub-TagEncapsulates nodes, relationships, and paths as logical types with internal identifiers. **Distinct from Entity Type Casting:** Distinct from entity type casting: focuses on the logical representation of graph entities rather than just casting for queries.
  • QueryConverting generic entity paths to specific subtypes to maintain type safety during query construction. **Distinct from Entity Type Casting:** Focuses on the casting of query-time entity paths rather than the conversion of raw data into graph entities.