Skip to content

Meteor using OxideDB and PostgreSQL instead of MongoDB.

Notifications You must be signed in to change notification settings

wreiske/meteor-oxidedb

Repository files navigation

meteor-oxidedb

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

What is OxideDB?

OxideDB is a translation layer that works as a MongoDB database server while using PostgreSQL's JSON capabilities as the underlying data store. Teach your PostgreSQL database how to speak MongoDB Wire Protocol!

Getting started

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

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

Credits

Discussion

About

Meteor using OxideDB and PostgreSQL instead of MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published