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

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

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

12 مستودعات

Awesome GitHub RepositoriesJSON Data Stores

Stores all application data and metadata in structured JSON files for simple parsing and client-side filtering.

Distinct from JSON and Data Parsing: Distinct from JSON and Data Parsing: focuses on using JSON files as a primary data store, not just parsing or serializing JSON data.

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

Awesome JSON Data Stores GitHub Repositories

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

    hectorqin/reader

    11,095عرض على GitHub↗

    Reader is a digital content reader and browser-based document viewer. It functions as a digital library manager and content aggregator that collects articles and documents from various online sources into a single interface. The project utilizes a JSON-driven approach to organize and display hierarchies of digital documents. It incorporates a REST-based aggregation model to fetch reading materials and metadata from remote servers for a unified viewing experience. The application provides client-side rendering for digital texts and manages personal collections through a digital library system

    Uses JSON-based data modeling to define content metadata and document hierarchies for consistent parsing.

    عرض على GitHub↗11,095
  • mvdctop/movie_data_captureالصورة الرمزية لـ mvdctop

    mvdctop/Movie_Data_Capture

    7,405عرض على GitHub↗

    Movie Data Capture is a media library organizer and movie metadata scraper designed to automatically categorize and name files in a local media collection. It functions as an automated content tagger that identifies movie files and applies descriptive tags by extracting film details from web databases. The system utilizes an HTTP web scraper to fetch information from external APIs and remote HTML content. It employs a filename pattern parser to extract movie titles and release years from local files using regular expressions, which are then used to automate search queries. The tool maps scra

    Stores all movie details and organization mappings in structured JSON files for easy editing.

    Pythonembyjellyfinkodi
    عرض على GitHub↗7,405
  • 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
  • abhshkdz/ai-deadlinesالصورة الرمزية لـ abhshkdz

    abhshkdz/ai-deadlines

    5,989عرض على GitHub↗

    ai-deadlines هو متتبع لتواريخ التقديم عبر مؤتمرات أبحاث التعلم الآلي، ورؤية الحاسب، ومعالجة اللغات الطبيعية. يعمل كتقويم متخصص ومراقب لمساعدة الباحثين على تتبع معالم تواريخ المؤتمرات المهمة. يوفر المشروع جداول زمنية ومؤقتات تنازلية لأهم فعاليات الذكاء الاصطناعي. ويغطي دورة النشر للأوراق الأكاديمية في مجالات ML وCV وNLP.

    Utilizes structured JSON files as the primary data store for conference names and timestamps.

    JavaScript
    عرض على GitHub↗5,989
  • knuffapp/knuffالصورة الرمزية لـ KnuffApp

    KnuffApp/Knuff

    5,229عرض على GitHub↗

    Knuff هي أداة تصحيح أخطاء سطح مكتب مصممة لاختبار حمولات خدمة إشعارات Apple Push. تتيح تسليم حمولات JSON مخصصة إلى الأجهزة المحمولة للتحقق من استلام الإشعارات بشكل صحيح. يتكامل التطبيق مع سلسلة مفاتيح النظام لإدارة شهادات الأمان والمفاتيح الخاصة لتوقيع الطلبات. كما يتضمن أداة لتصدير هويات الأمان هذه من سلسلة المفاتيح إلى تنسيقات ملفات محمولة لاستخدامها مع أدوات تطوير أخرى. توفر الأداة آليات لاسترجاع رمز الجهاز تلقائياً ومدير حمولة لحفظ وإعادة استخدام رموز الجهاز وتهيئات JSON. يسمح هذا باستمرارية بيانات إشعار محددة لضمان سيناريوهات اختبار قابلة للتكرار.

    Allows developers to define and store structured JSON payloads to ensure repeatable and consistent push notification test scenarios.

    Objective-C
    عرض على GitHub↗5,229
  • relatedcode/firebasechatالصورة الرمزية لـ relatedcode

    relatedcode/FirebaseChat

    4,784عرض على GitHub↗

    FirebaseChat is a real-time chat application and serverless messaging client that synchronizes conversations and messages instantly across clients. It provides a user interface for a messaging system backed by a cloud-hosted NoSQL document store. The project implements a real-time chat system through the integration of a Firebase backend, allowing for instant messaging workflows and the synchronization of data across connected clients. The application manages data using schema-less NoSQL storage and document-based data modeling. It utilizes a persistent connection for database synchronizatio

    Organizes chat conversations and user profiles as a hierarchy of JSON objects for efficient retrieval.

    عرض على GitHub↗4,784
  • fake-useragent/fake-useragentالصورة الرمزية لـ fake-useragent

    fake-useragent/fake-useragent

    4,058عرض على GitHub↗

    fake-useragent is a tool for generating realistic browser identification strings and parsing existing agents into structured metadata. It functions as an HTTP user agent generator and a web scraping utility designed to rotate browser identities to mimic different devices during automated data collection. The project provides capabilities for random user-agent generation and filtering based on specific browsers, operating systems, device platforms, or minimum version numbers. It also includes a user agent parser to extract detailed metadata, such as browser versions and device brands, from age

    Organizes browser and device information into structured JSON formats for easy retrieval.

    Pythonagentfakefaker
    عرض على GitHub↗4,058
  • 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
  • pintree-io/pintreeالصورة الرمزية لـ Pintree-io

    Pintree-io/pintree

    2,579عرض على GitHub↗

    Stores all bookmark collections and metadata in structured JSON files for simple parsing and client-side filtering.

    TypeScriptbookmarkdirectorydirectory-website
    عرض على GitHub↗2,579
  • keikaavousi/fake-store-apiالصورة الرمزية لـ keikaavousi

    keikaavousi/fake-store-api

    2,556عرض على GitHub↗

    This project is a REST mock API and e-commerce sandbox that provides simulated backend data for testing and prototyping. It serves as a JSON data provider, offering predefined endpoints to manage product catalogs, customer profiles, and shopping carts. The system uses JSON-based mock persistence and in-memory state simulation to deliver consistent data without a database. It includes a JWT authentication mock that simulates user login flows by issuing tokens to verify identity and access to protected resources. The API covers capabilities for catalog management, shopping cart operations, and

    Serves as a JSON data provider delivering simulated store records for development and prototyping.

    EJS
    عرض على GitHub↗2,556
  • thoughtworks/build-your-own-radarالصورة الرمزية لـ thoughtworks

    thoughtworks/build-your-own-radar

    2,549عرض على GitHub↗

    This project is a technology radar visualization tool and dockerized static site generator. It transforms JSON or CSV datasets into an interactive technology map used to track the adoption status and maturity of tools and techniques across an organization. The tool enables enterprise architecture mapping by organizing portfolios of technologies into categories and maturity levels. It supports custom technical taxonomies, allowing the definition of specialized rings and quadrants to match specific organizational evaluation criteria. The system covers automated radar generation and technology

    Uses structured JSON files to model technology positions and the radar taxonomy.

    CSSopensourceradarthoughtworks
    عرض على GitHub↗2,549
  • iconify/icon-setsالصورة الرمزية لـ iconify

    iconify/icon-sets

    938عرض على GitHub↗

    Icon-sets is a repository and toolkit for aggregating, optimizing, and managing open-source vector icon collections. It functions as an SVG icon collection manager, vector icon library, and processing utility that organizes design assets into standardized JSON data structures and graphic files. The project provides comprehensive capabilities for icon import, export, processing, and rendering. Imported vector graphics undergo schema-driven validation, security sanitization, and format standardization alongside geometric transformations such as scaling, rotation, and flipping. Alias-based data

    Stores icons as structured coordinate data and metadata inside lightweight JSON documents to enable efficient manipulation and transport.

    TypeScript
    عرض على GitHub↗938
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. JSON and Data Parsing
  5. JSON Data Stores

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

  • Browser Identity ModelingStructured JSON representations of browser and device metadata for efficient indexing. **Distinct from JSON Data Stores:** Focuses on the schema for browser identities rather than general JSON data stores.
  • Configuration ModelsStructured files used to define application configuration and data models. **Distinct from JSON Data Stores:** Focuses on using JSON as a configuration model for visualization positions rather than just a general data store.
  • Document Hierarchies1 وسم فرعيUsing structured JSON to define and navigate nested document levels and metadata. **Distinct from JSON Data Stores:** Distinct from JSON Data Stores: focuses specifically on the hierarchical organization of documents rather than general data storage.
  • Icon Data StructuringIcon management tool stores vector graphics in a lightweight JSON format containing coordinate bounds, transformation rules, and metadata. **Distinct from JSON Data Stores:** Distinct from JSON Data Stores: focuses on structuring icon metadata and coordinates into a dedicated lightweight JSON format.
  • Mock Data ProvidersSystems that serve simulated data from JSON files via web interfaces for rapid prototyping. **Distinct from JSON Data Stores:** Distinct from JSON Data Stores by focusing on the delivery of simulated data via an API rather than just the storage format.
  • Queryable JSON Stores1 وسم فرعي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.
  • Test Scenario TemplatesStructured JSON documents used to define repeatable test data for notification delivery. **Distinct from JSON Data Stores:** Distinct from JSON Data Stores: focuses on using JSON as a template for test payloads rather than general application data storage.
  • Vector JSON RepresentationsStores icons as structured coordinate data and metadata inside lightweight JSON documents to enable efficient manipulation and transport. **Distinct from JSON Data Stores:** Distinct from JSON Data Stores: focuses specifically on the vector coordinate representation and schema used for icon structures rather than generic application data stores.