How to easily integrate TingoDB into a deployed Meteor app

A little while ago, there was a small discussion about allowing a Meteor app to NOT use MongoDB and one of the replies had a way to use TingoDB (an embedded MongoDB replacement). However, this involved modifying some core source files, etc. in the server logic which causes me to have the shivers.

I was wondering if anyone has created an easier way to use TingoDB as the server side DB to replace Mongo? I have a small embedded app that I need to deploy on tons of Windows machines and really don’t want to figure out a way to launch and run MongoDB if I can use a nice little embedded db. My database needs are very small.

Cheers

1 Like