FerretDB / example

FerretDB example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

$ docker compose down

$ docker system prune --volumes --force

$ rm -fr data

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

If you have mongosh, you can use it to connect to FerretDB. For example: asciicast

You can see data in PostgreSQL using psql. For example: asciicast

About

FerretDB example

License:MIT License


Languages

Language:JavaScript 77.0%Language:CSS 12.5%Language:HTML 7.8%Language:Dockerfile 2.7%