The Wayback Machine - https://web.archive.org/web/20211208103920/https://github.com/FerretDB/example
Skip to content
ferretdb
Switch branches/tags
Code
This branch is up to date with ferretdb.
Contribute

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
Dec 1, 2021
Aug 31, 2021
Aug 29, 2021
Aug 29, 2021
Nov 1, 2021

This is a fork of MariaDB's NoSQL Listener example that replaces MariaDB MaxScale and MariaDB Community Server with FerretDB and PostgreSQL.

Quickstart

$ git clone https://github.com/FerretDB/example.git

$ cd example

$ docker-compose pull

$ docker-compose up -d

Note: if you are updating from the previous version, run:

$ docker-compose down

$ docker system prune --volumes --force

Then open http://localhost:8888/ and use that example application.

If you have a recent enough mongosh, you can use to connect to FerretDB. For example: asciicast You can see data in PostgreSQL using psql. For example: asciicast