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

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

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

1 个仓库

Awesome GitHub RepositoriesServer Emulation

Systems that mimic the behavior and interface of a specific database server to support existing client tools.

Distinct from MongoDB Application Development: Specifically covers the emulation of a server's network behavior and API, distinct from general application development

Explore 1 awesome GitHub repository matching data & databases · Server Emulation. Refine with filters or upvote what's useful.

Awesome Server Emulation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Running a proxy that mimics a MongoDB server to support compatible client tools and application drivers.

    Go
    在 GitHub 上查看↗10,976
  1. Home
  2. Data & Databases
  3. MongoDB Application Development
  4. Server Emulation