awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

    6,570عرض على GitHub↗

    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
    عرض على GitHub↗6,570
  • kuzudb/kuzuالصورة الرمزية لـ kuzudb

    kuzudb/kuzu

    3,965عرض على GitHub↗

    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
    عرض على GitHub↗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

استكشف الوسوم الفرعية

  • 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.