wreiske / meteor-ferretdb

Meteor using FerretDB and PostgreSQL instead of MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meteor-ferretdb

This is a docker compose test that runs the meteor-blaze-tutorial app using FerretDB and PostgreSQL instead of MongoDB.

Meteor-FerretDB.mp4

What is FerretDB?

FerretDB is a stateless proxy, which converts MongoDB protocol queries to SQL, and uses PostgreSQL as a database engine. This will be compatible with MongoDB drivers, and should work as a drop-in replacement to MongoDB in many cases.

Getting started

git clone https://github.com/wreiske/meteor-ferretdb.git
cd meteor-ferretdb
docker-compose up -d --no-deps --build app
docker-compose up

Visit http://localhost:8888 to see the app.

Credits

Discussion

About

Meteor using FerretDB and PostgreSQL instead of MongoDB.


Languages

Language:Dockerfile 100.0%