Provides a MongoDB-compatible server implemented in Go, enabling clients to interact with it as a standard MongoDB instance.
Sponsored
This project delivers a high-performance, lightweight server written entirely in Go that functions as a proxy for an underlying MongoDB database. It allows any MongoDB client to connect and operate as if directly communicating with a native MongoDB server, offering support for core CRUD operations, authentication, and other key MongoDB features. The server is highly configurable via environment variables, including options for read-only mode and aggregate permissions, making it a flexible solution for custom MongoDB interactions or introducing intermediary logic.