Top "Mlab" questions

MongoLab (Rebranded as mLab) is a fully-managed MongoDB Database-as-a-Service (DBaaS) platform that automates the operational aspects of running MongoDB in the cloud.

MongoDB: how to find 10 random document in a collection of 100?

Is MongoDB capable of funding number of random documents without making multiple queries? e.g. I implemented on the JS …

javascript mongodb random restangular mlab
Connecting to MongoDB database on mLab fails authentication

I have a Parse app, and I'm trying to migrate my app's database to a MongoDB instance on mLab. I …

mongodb heroku parse-platform database-migration mlab
MongoDB - Command failed with error code 13 `not authorized by ***** to execute this command`

So for some odd reason, my user isn't get authorized to write anything in the krimson database. The database connection …

java mongodb mlab
Unable to connect to mongolab host

I am trying to connect to mongolab from terminal via below command mongo ds061158.mongolab.com:61158/order_it -u <…

mongodb mlab
Mongodb:SyntaxError: Unexpected identifier

i am new in mongodb. i am creating free database using mongolab. my database name is enron. connecting to mongo …

mongodb mlab
How do I setup MongoDB database on Heroku with MongoLab?

I'm using Express.js and MongoLab and I followed the Heroku setup to get MongoDB working in production throwing this …

node.js mongodb express mlab
can't connect to mongolab with node.js on heroku

I am having trouble making node.js and mongodb with mongolab work on heroku. I have read other issues like …

node.js mongodb heroku mlab
Auth failed, code 18 when connecting to MongoLab database

I'm trying to connect to a MongoLab database but keep getting the following error on connection: { [MongoError: auth failed] name: …

node.js mongodb mongoose mlab
Can't Connect to Mlab

I have a very simple Mlab account and I'm trying to connect via command line with this command: mongo server_…

mongodb shell mlab
Mongolab nodejs topology destroyed

I have been interfacing with twitter using nodejs. I'm trying to log some important public user data in a mongolab …

javascript node.js mongodb twitter mlab