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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 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