clarify mongo / ferret in docs

This commit is contained in:
mbecker20
2025-05-30 17:14:42 -04:00
parent 5309c70929
commit 51cf1e2b05
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# FerretDB
[**FerretDB**](https://www.ferretdb.com) is a MongoDB-compatible database backed by [Postgres + DocumentDB extension](https://github.com/microsoft/documentdb).
It is a solid option with performance comparable to MongoDB, and can also be run on some systems which [do not support MongoDB](https://github.com/moghtech/komodo/issues/59).
1. Copy `komodo/ferretdb.compose.yaml` and `komodo/compose.env` to your host:
```bash
wget -P komodo https://raw.githubusercontent.com/moghtech/komodo/main/compose/ferretdb.compose.yaml && \