FerretDB
Truly open-source MongoDB alternative built on top of PostgreSQL and SQLite.
Why consider FerretDB?
FerretDB is an open-source proxy and database engine written in Go. FerretDB translates MongoDB wire protocol 6.0+ queries into SQL executed against PostgreSQL or SQLite, allowing organizations to run existing MongoDB apps and drivers on 100% open-source relational databases.
Learn FerretDB by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of FerretDB
FerretDB enables standard MongoDB drivers to store BSON documents seamlessly inside PostgreSQL tables.
Docker Quickstart
docker run -d --name ferretdb -p 27017:27017 -e FERRETDB_POSTGRESQL_URL=postgres://user:pass@db:5432/ferretdb ghcr.io/ferretdb/ferretdb:latestFerretDB is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.