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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesDocument-Relational Databases

Databases that combine the flexibility of JSON documents with the reliability of relational referencing.

Distinct from Relational Metadata Storage: Shortlist focuses on local storage or migration; this is a primary cloud database architecture.

Explore 5 awesome GitHub repositories matching data & databases · Document-Relational Databases. Refine with filters or upvote what's useful.

Awesome Document-Relational Databases GitHub Repositories

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

    get-convex/convex-backend

    11,947在 GitHub 上查看↗

    Convex is a serverless backend platform that provides a real-time reactive database, serverless functions, and state synchronization for web applications. It manages relational JSON documents using ACID-compliant transactions and schema validation to ensure data consistency and integrity. The platform distinguishes itself by synchronizing database state with clients via WebSockets, allowing user interfaces to update automatically as data changes. It also includes a specialized vector search database for performing semantic search using embeddings and supports both cloud-native deployment and

    Manages nested objects and relational references using a relational model for high data reliability.

    TypeScriptbackendconvexdatabase
    在 GitHub 上查看↗11,947
  • 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

    Mimics a MongoDB database server to support compatible drivers while using a relational backend.

    Go
    在 GitHub 上查看↗10,976
  • sonarsource/sonarqubeSonarSource 的头像

    SonarSource/sonarqube

    10,259在 GitHub 上查看↗

    SonarQube is a static code analysis platform used to scan source code and infrastructure scripts across multiple languages. It detects bugs, security vulnerabilities, and maintainability issues to ensure software meets reliability and security standards. The platform implements automated quality gates for continuous integration and delivery pipelines, verifying code against defined rules during merge or pull requests. It also integrates directly with code editors to provide real-time analysis results and quick-fix guidance during development. The system covers broad functional areas includin

    Utilizes a hybrid storage approach combining relational databases for metadata and document stores for high-volume analysis results.

    Javacode-qualitysonarqubestatic-analysis
    在 GitHub 上查看↗10,259
  • a16z-infra/ai-towna16z-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,

    Provides a database architecture combining flexible JSON document storage with relational linking.

    TypeScript
    在 GitHub 上查看↗9,285
  • h2database/h2databaseh2database 的头像

    h2database/h2database

    4,607在 GitHub 上查看↗

    H2 是一个用 Java 编写的 JDBC 兼容关系型数据库管理系统。它作为一个可嵌入的 SQL 数据库,可以直接在应用程序进程内运行以消除网络延迟,或者作为内存数据库用于高性能的易失性存储。它还包含一个基于 Web 的控制台,用于执行 SQL 命令和管理模式。 该系统的特点是其灵活的部署模式,包括用于远程 TCP/IP 访问的独立服务器模式,以及用于同时进行本地和远程连接的混合模式。它具有方言模拟层和兼容模式,允许其模仿其他数据库系统的行为和语法。 该引擎提供了一套广泛的功能,涵盖具有多版本并发控制(MVCC)的 ACID 事务、地理空间和 JSON 数据支持,以及高级分析窗口函数。它包括通过压缩备份、SQL 脚本恢复和堆外内存管理来处理大数据集的数据保护工具。 该数据库使用标准的 Java 数据库连接驱动程序和连接 URL 与应用程序集成。

    Mimics the behavior and syntax of other database engines to maintain compatibility with existing applications.

    Javadatabasejavajdbc
    在 GitHub 上查看↗4,607
  1. Home
  2. Data & Databases
  3. Document-Relational Databases

探索子标签

  • Database EmulatorsSystems that mimic the behavior and API of a specific database engine to support existing drivers on a different backend. **Distinct from Document-Relational Databases:** Distinct from Document-Relational Databases by focusing on the emulation of a specific external API (e.g. MongoDB) rather than just a hybrid storage model.