awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesQueryable JSON Stores

Storage systems that index JSON fields to accelerate complex data retrieval.

Distinct from JSON Document Stores: Distinct from JSON Data Stores: focuses on queryable, indexed JSON storage within a database engine rather than simple file-based storage.

Explore 2 awesome GitHub repositories matching part of an awesome list · Queryable JSON Stores. Refine with filters or upvote what's useful.

Awesome Queryable JSON Stores GitHub Repositories

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

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Saves JSON values with embedded metadata to accelerate queries, or as raw strings to reduce memory and processing overhead.

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • 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

    Models and persists properties as native JSON types within graph nodes, allowing for direct querying and manipulation.

    C++cypherdatabaseembeddable
    Auf GitHub ansehen↗3,965
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. JSON and Data Parsing
  5. JSON Data Stores
  6. Queryable JSON Stores

Unter-Tags erkunden

  • JSON Property SupportNative storage and querying of JSON objects as properties within graph nodes and relationships. **Distinct from Queryable JSON Stores:** Distinct from Queryable JSON Stores: focuses on JSON as a property type within a graph model rather than a standalone document store.