N
Neon8mo ago
magic-amber

FerretDB doc needs update

1) On https://neon.tech/docs/guides/ferretdb one of the example commands is
docker run docker run -p 27017:27017 -e FERRETDB_POSTGRESQL_URL=<NEON_DB_CONNECTION_STRING> ghcr.io/ferretdb/ferretdb
docker run docker run -p 27017:27017 -e FERRETDB_POSTGRESQL_URL=<NEON_DB_CONNECTION_STRING> ghcr.io/ferretdb/ferretdb
there's duplicate docker run here. 2) FerretDB docs is recommending to use v2 of their db. Is Neon compatible? I assume not yet since when testing, I'm getting documentdb_api not found in the logs
Neon
Use FerretDB with Neon - Neon Docs
FerretDB is an open source document database that adds MongoDB compatibility to other databases, including Postgres. By using FerretDB, developers can access familiar MongoDB features and tools using ...
1 Reply
magic-amber
magic-amberOP8mo ago
just realized v2 was only released 2 days ago as an RC... so probably still too new. please disregard

Did you find this page helpful?