Skip to content

Xyolyp/example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

FerretDB example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.0%
  • CSS 12.5%
  • HTML 7.8%
  • Dockerfile 2.7%