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

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

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

18 مستودعات

Awesome GitHub RepositoriesJSON Document Storage

Native storage of semi-structured data as JSON documents.

Distinct from Data Storage: Shortlist focuses on ingestion or relational hybrids; this is about native JSON document persistence

Explore 18 awesome GitHub repositories matching data & databases · JSON Document Storage. Refine with filters or upvote what's useful.

Awesome JSON Document Storage GitHub Repositories

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

    FerretDB/FerretDB

    10,976عرض على GitHub↗

    FerretDB is an open-source database emulator and protocol translator that mimics a MongoDB environment to support existing drivers and client tools on a relational backend. It functions as a stateless database proxy that converts binary wire protocol messages into SQL statements, allowing a relational engine to handle document-oriented requests. The project serves as a migration tool for moving applications from MongoDB to PostgreSQL without rewriting queries or changing client drivers. It achieves this by using PostgreSQL as a document store, storing and querying BSON documents through a tra

    Uses PostgreSQL as the primary store for JSON documents accessed via the MongoDB protocol.

    Go
    عرض على GitHub↗10,976
  • tporadowski/redisالصورة الرمزية لـ tporadowski

    tporadowski/redis

    9,987عرض على GitHub↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Saves and retrieves complex data structures as native JSON documents via unique keys.

    Credisredis-for-windowsredis-msi-installer
    عرض على GitHub↗9,987
  • vgraupera/1on1-questionsالصورة الرمزية لـ VGraupera

    VGraupera/1on1-questions

    9,617عرض على GitHub↗

    This project is a managerial meeting question library and conversation guide designed to facilitate one-on-one discussions between managers and employees. It provides a curated collection of categorized prompts focused on employee performance management and professional relations. The resources are delivered as a structured JSON dataset, allowing for the programmatic integration of meeting prompts into external applications or internal tools. The library covers professional communication frameworks, meeting facilitation resources, and structured data schemas for organizing conversation promp

    Stores a predefined collection of questions as structured JSON documents for fast retrieval.

    JavaScript
    عرض على GitHub↗9,617
  • a16z-infra/ai-townالصورة الرمزية لـ a16z-infra

    a16z-infra/ai-town

    9,285عرض على GitHub↗

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    Supports native storage of semi-structured JavaScript-like objects as flexible JSON documents.

    TypeScript
    عرض على GitHub↗9,285
  • redis/redisinsightالصورة الرمزية لـ redis

    redis/RedisInsight

    8,556عرض على GitHub↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Supports native storage of semi-structured data as JSON documents with field-based indexing for fast retrieval.

    TypeScriptdatabase-guiredisredis-gui
    عرض على GitHub↗8,556
  • deepstreamio/deepstream.ioالصورة الرمزية لـ deepstreamIO

    deepstreamIO/deepstream.io

    7,183عرض على GitHub↗

    deepstream.io is an open-source realtime server that synchronizes JSON records, events, and remote procedure calls across clients and backend services. It functions as a realtime data sync server, event pub/sub server, record database server, and RPC server, all within a single platform. The server authenticates and authorizes every message using multiple strategies including JWT, HTTP, and file-based credentials, with a declarative permission language controlling access to records, events, and RPCs at a granular level. The platform distinguishes itself through its combination of realtime dat

    Synchronizes editable JSON records across all connected clients with caching and storage.

    TypeScriptauthenticationdatasyncdeepstream
    عرض على GitHub↗7,183
  • bblanchon/arduinojsonالصورة الرمزية لـ bblanchon

    bblanchon/ArduinoJson

    7,176عرض على GitHub↗

    ArduinoJson is a C++ library for parsing and manipulating JSON data and MessagePack binary streams on microcontrollers with limited memory and processing power. It provides the core primitives necessary for embedded data serialization and parsing, enabling devices to exchange structured data over serial or network interfaces. The library is distinguished by its focus on microcontroller memory management, employing strategies such as pool-based allocation, string deduplication, and non-owning string views to minimize RAM usage. It further optimizes for constrained environments by allowing cons

    Enables the persistence of JSON documents into non-volatile EEPROM memory.

    C++arduinoarduino-libraryc-plus-plus
    عرض على GitHub↗7,176
  • alibaba/alisqlالصورة الرمزية لـ alibaba

    alibaba/AliSQL

    5,706عرض على GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Creates, modifies, and queries collections of JSON documents stored in a MySQL database.

    C++alisqldatabaseduckdb
    عرض على GitHub↗5,706
  • deployd/deploydالصورة الرمزية لـ deployd

    deployd/deployd

    4,942عرض على GitHub↗

    deployd هو إطار عمل API في الوقت الفعلي وخلفية MongoDB كخدمة تسمح بإنشاء واجهات شبكية تزامن البيانات والأحداث بين العملاء والخوادم. يعمل كبرمجية وسيطة لـ JavaScript API يمكن دمجها مع خوادم HTTP لتوفير المصادقة، ومعترضات الطلبات، وقدرات الوقت الفعلي. يتميز المشروع بلوحة تحكم إدارة API ذاتية الاستضافة لتكوين إعدادات الموارد، وإدارة مجموعات البيانات، ومراقبة حالة الخادم من خلال واجهة قائمة على الويب. يتضمن محرك مزامنة بيانات في الوقت الفعلي يدفع تحديثات قاعدة البيانات الحية إلى العملاء المتصلين باستخدام المقابس (sockets). يغطي النظام إدارة بيانات الخلفية مع التحقق من المخطط والاستعلام المتكرر، بالإضافة إلى سير عمل مصادقة المستخدم التي تتتبع الجلسات عبر الطلبات عديمة الحالة والاتصالات المستمرة. كما يوفر قدرات لبث الأحداث في الوقت الفعلي، وتوسيع البرمجية الوسيطة لـ API المخصصة عبر الوحدات، والتحكم في الوصول الإداري. يتضمن المشروع CLI لتمهيد مشاريع جديدة وتشغيل خوادم التطوير.

    Ships a realtime data synchronization engine that pushes live database updates to connected clients via sockets.

    JavaScript
    عرض على GitHub↗4,942
  • kinto/kintoالصورة الرمزية لـ Kinto

    Kinto/kinto

    4,416عرض على GitHub↗

    Kinto هو نظام خلفي (backend) لحالة السحابة مصمم لتخزين ومزامنة بيانات JSON عبر أجهزة متعددة. يوفر خدمة مركزية لإدارة سجلات JSON بدون مخطط (schema-less) منظمة في حاويات ومجموعات، مما يضمن حالة متسقة من خلال REST API. يدعم النظام مشاركة البيانات التعاونية من خلال منح صلاحيات القراءة والكتابة لمستندات أو مجموعات محددة عبر مجموعات المستخدمين والأذونات. كما يتيح مزامنة المستندات باستخدام تتبع موجز التغييرات وعلامات الحذف لتحديث العملاء بأحدث حالة. تشمل القدرات التحكم الدقيق في الوصول، وفرض مخطط JSON لضمان اتساق البيانات، والقفل المتفائل لمنع تعارضات الكتابة المتزامنة. توفر الخدمة أيضاً إشعارات فورية للعملاء، وتحديثات جزئية للمستندات، ودعماً لخلفيات التخزين القابلة للتوصيل مثل PostgreSQL. يتضمن المشروع خادم تطوير محلي وواجهة ويب إدارية للتكوين.

    Provides native storage for semi-structured JSON records organized into collections and buckets.

    Pythonapidecentralisationhttp
    عرض على GitHub↗4,416
  • liveblocks/liveblocksالصورة الرمزية لـ liveblocks

    liveblocks/liveblocks

    4,438عرض على GitHub↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Retrieves the full contents of a room's storage tree in plain LSON or simplified JSON format.

    TypeScriptai-agentsai-copilotcollaboration
    عرض على GitHub↗4,438
  • apache/incubator-kvrocksالصورة الرمزية لـ apache

    apache/incubator-kvrocks

    4,339عرض على GitHub↗

    Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with

    Saves semi-structured data using JSON or CBOR encoding for native document persistence.

    C++
    عرض على GitHub↗4,339
  • appwrite/sdk-for-react-nativeالصورة الرمزية لـ appwrite

    appwrite/sdk-for-react-native

    4,274عرض على GitHub↗

    This is a Backend-as-a-Service SDK for React Native, providing a library to integrate mobile applications with backend services. It serves as a client for managing user authentication, cloud databases, and remote file storage within a mobile environment. The SDK enables mobile developers to implement secure login flows using OAuth, email, and phone verification. It includes a database client for performing CRUD operations on structured data and a storage client for uploading and retrieving binary assets from remote cloud buckets. Additionally, it features a WebSocket-based interface to receiv

    Provides native storage of semi-structured data as JSON documents within collections.

    TypeScriptappwritebaasjavascript
    عرض على GitHub↗4,274
  • redis-rs/redis-rsالصورة الرمزية لـ redis-rs

    redis-rs/redis-rs

    4,225عرض على GitHub↗

    redis-rs هي مكتبة عميل للتفاعل مع مخازن بيانات Redis باستخدام واجهات Rust المتزامنة وغير المتزامنة. تعمل كمحرك لتنفيذ التخزين المؤقت للبيانات، وإدارة الجلسات، وتخزين البيانات العام. تتميز المكتبة بدعم متخصص لبيئات Redis Cluster، بما في ذلك توجيه العقد المدرك للمجموعات وإدارة البيانات الموزعة. وتتميز بإلغاء تسلسل بدون نسخ (zero-copy) لتقليل تخصيصات الذاكرة ونموذج اتصال متعدد الإرسال (multiplexed) يسمح لطلبات متزامنة متعددة بمشاركة اتصال شبكة واحد. يغطي المشروع سطح قدرات واسع بما في ذلك تخزين مستندات JSON، وتجميع الأوامر (pipelining) مع معالجة الفشل الجزئي، وتجميع الاتصالات (connection pooling). يتم توفير اتصال آمن عبر تشفير TLS والمصادقة المستندة إلى الرموز المميزة عبر Azure Entra ID. يتم دعم التطوير من خلال محاكاة الاتصال لاختبارات الوحدة والتكامل.

    Enables native storage and querying of semi-structured data as JSON documents.

    Rust
    عرض على GitHub↗4,225
  • johnlindquist/kitالصورة الرمزية لـ johnlindquist

    johnlindquist/kit

    4,189عرض على GitHub↗

    Kit هو إطار عمل لأتمتة سطح المكتب ومجموعة أدوات واجهة مستخدم قابلة للبرمجة مصممة لبناء أدوات إنتاجية مخصصة. يعمل كغلاف CLI عبر المنصات ومؤتمت لنظام macOS، مما يوفر بيئة لتنفيذ النصوص البرمجية التي تدير مهام نظام التشغيل، وإدارة الملفات، وسير عمل التطبيقات. يتميز المشروع بطبقة دمج LLM مخصصة لاستخراج البيانات المهيكلة وتوليد النصوص، إلى جانب إطار عمل واجهة مستخدم متخصص لإنشاء نماذج إدخال تفاعلية، ونوافذ HTML، وودجت عائمة. ويتميز بدمج عميق مع macOS من خلال تنفيذ AppleScript وتخصيص شريط قائمة النظام. يغطي إطار العمل مجموعة واسعة من الإمكانيات، بما في ذلك التحكم في أجهزة الإدخال على مستوى النظام، وإدارة الحافظة، والتحكم في الطاقة. ويتضمن أدوات أتمتة للجدولة القائمة على cron ومراقبة الملفات، بالإضافة إلى أدوات مطورين لمزامنة Git، وإدارة متغيرات البيئة، وكشط الويب (Web scraping). يوفر النظام دعماً مدمجاً لتنفيذ أوامر shell وإدارة بيئات النصوص البرمجية المعزولة.

    Uses simple JSON files on the local filesystem as a lightweight document store or database.

    TypeScript
    عرض على GitHub↗4,189
  • ravendb/ravendbالصورة الرمزية لـ ravendb

    ravendb/ravendb

    3,961عرض على GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Persists structured data as schema-flexible JSON documents with support for nested objects and binary attachments.

    C#csharpdatabasedocument-database
    عرض على GitHub↗3,961
  • redisjson/redisjsonالصورة الرمزية لـ RedisJSON

    RedisJSON/RedisJSON

    3,954عرض على GitHub↗

    RedisJSON هو نظام لتخزين وإدارة بيانات JSON داخل Redis باستخدام تنسيق ثنائي أصلي. يتيح تخزين مستندات JSON واسترجاع البيانات المتداخلة باستخدام بناء جملة المسار المستهدف. يوفر المشروع القدرة على إجراء تحديثات ذرية على عناصر فردية داخل كائن JSON متداخل، مما يسمح بإجراء تعديلات دون استرجاع وإعادة كتابة المستند بالكامل. كما يدعم فهرسة بيانات NoSQL من خلال إنشاء فهارس ثانوية على حقول محددة لتسريع عمليات البحث والتصفية عبر مجموعات البيانات. تغطي قدراته الأوسع استرجاع البيانات الهرمية وتعيين حقول JSON إلى هياكل فهرس خارجية للبحث السريع.

    Provides native storage of semi-structured data as binary JSON documents within Redis.

    Rustdocument-storejsonredis
    عرض على GitHub↗3,954
  • embarcadero/dev-cppالصورة الرمزية لـ Embarcadero

    Embarcadero/Dev-Cpp

    2,882عرض على GitHub↗

    Dev-Cpp is a comprehensive development suite that serves as a C++ integrated development environment, a cross-platform application builder, and a visual UI designer. It provides a toolchain for writing, compiling, and debugging native C++ applications on Windows, while offering a framework to create native binaries for desktop, mobile, and IoT devices from a single codebase. The project distinguishes itself by integrating an embedded SQL database engine and a REST API development platform directly into the workflow. It includes an AI-assisted coding tool that leverages large language models t

    Provides a built-in datastore for securely saving and retrieving semi-structured JSON data.

    Pascalcppdelphidev-cpp
    عرض على GitHub↗2,882
  1. Home
  2. Data & Databases
  3. JSON Document Storage

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

  • Binary Document EncodingsUse of binary formats like CBOR to store structured documents more efficiently than plain text. **Distinct from JSON Document Storage:** Focuses specifically on the binary encoding layer of document storage rather than general JSON persistence
  • Realtime SynchronizationsSynchronizes JSON documents across connected clients in real time with caching and storage. **Distinct from JSON Document Storage:** Distinct from JSON Document Storage: focuses on realtime synchronization of documents across clients, not just persistence.