1 repositorio
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.
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.