Two easy methods for cloning a MongoDB database in a cloud environment

Two easy methods for cloning a MongoDB database in a cloud environment September 25, 2015

I have been using Compose.io to host my MongoDB database and quite often I need to test migration scripts against a clone of a database.

How to use Compose.io API to dynamically create databases using NodeJS

How to use Compose.io API to dynamically create databases using NodeJS July 28, 2015

The project I'm working on has a database per client architecture. The database is created when a client registers to the service. In the first phase,