This is a docker compose test that runs the meteor-blaze-tutorial app using FerretDB and PostgreSQL instead of MongoDB.
Meteor-FerretDB.mp4
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.
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.