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
·

2 Repos

Awesome GitHub RepositoriesMulti-Syntax Query Interfaces

Support for executing data retrieval using multiple different query language syntaxes.

Distinct from Graph Querying: Distinct from general graph querying: specifically refers to the capability of supporting multiple distinct query syntaxes (e.g., JSON and GraphQL).

Explore 2 awesome GitHub repositories matching data & databases · Multi-Syntax Query Interfaces. Refine with filters or upvote what's useful.

Awesome Multi-Syntax Query Interfaces GitHub Repositories

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

    cayleygraph/cayley

    15,043Auf GitHub ansehen↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Supports running data retrieval tasks using multiple query language options based on syntax preferences.

    Go
    Auf GitHub ansehen↗15,043
  • 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.

    Translates a unified internal query syntax into specific dialects for backends including SQL, MongoDB, Lucene, and JDO.

    Java
    Auf GitHub ansehen↗4,964
  1. Home
  2. Data & Databases
  3. Graph Querying
  4. Multi-Syntax Query Interfaces

Unter-Tags erkunden

  • Dialect TranslationConversion of a unified query representation into specific database or storage engine dialects. **Distinct from Multi-Syntax Query Interfaces:** Focuses on the translation process between a single internal syntax and multiple backends, whereas Multi-Syntax Query Interfaces refers to the support for multiple input syntaxes.