awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hectorqin/readerhectorqin 的头像

    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_capturemvdctop 的头像

    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/hazelcasthazelcast 的头像

    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-deadlinesabhshkdz 的头像

    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/knuffKnuffApp 的头像

    KnuffApp/Knuff

    5,229在 GitHub 上查看↗

    Knuff is a desktop debugging tool designed for testing Apple Push Notification service payloads. It enables the delivery of custom JSON payloads to mobile devices to verify that notifications are received correctly. The application integrates with the system keychain to manage security certificates and private keys for request signing. It also includes a utility to export these security identities from the keychain into portable file formats for use with other development tools. The tool provides mechanisms for automatic device token retrieval and a payload manager to save and reuse device t

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

    Objective-C
    在 GitHub 上查看↗5,229
  • relatedcode/firebasechatrelatedcode 的头像

    relatedcode/FirebaseChat

    4,784在 GitHub 上查看↗

    FirebaseChat 是一个实时聊天应用程序和无服务器消息客户端,可在客户端之间即时同步对话和消息。它为基于云托管 NoSQL 文档存储的消息系统提供了用户界面。 该项目通过集成 Firebase 后端实现了实时聊天系统,支持即时消息工作流和跨连接客户端的数据同步。 应用程序使用无模式 NoSQL 存储和基于文档的数据建模来管理数据。它利用持久连接进行数据库同步,并通过事件驱动的消息分发和客户端状态投影来处理状态更新。

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

    在 GitHub 上查看↗4,784
  • fake-useragent/fake-useragentfake-useragent 的头像

    fake-useragent/fake-useragent

    4,058在 GitHub 上查看↗

    fake-useragent 是一个用于生成真实浏览器标识字符串并将现有代理解析为结构化元数据的工具。它作为一个 HTTP 用户代理生成器和 Web 抓取工具,旨在轮换浏览器身份,以在自动化数据收集过程中模拟不同设备。 该项目提供了基于特定浏览器、操作系统、设备平台或最低版本号进行随机用户代理生成和过滤的功能。它还包括一个用户代理解析器,用于从代理字符串中提取详细的元数据,如浏览器版本和设备品牌。

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

    Pythonagentfakefaker
    在 GitHub 上查看↗4,058
  • kuzudb/kuzukuzudb 的头像

    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/pintreePintree-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-apikeikaavousi 的头像

    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-radarthoughtworks 的头像

    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-setsiconify 的头像

    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.