function(collection_callback){
            console.log('---');
            console.log('Confirm MongoDB collection [' + config.reactions_collection + '] exists');
            db.ensureCollectionExists(config.reactions_collection, function (err, collection) {
              if (err) {