mlab Questions

3

Solved

When my MongoDB connection is idle for a few minutes, the next request ends in error. From the mongo command line client, it looks like this: > db.users.find() Sat Jan 12 23:42:35 Socket recv()...
Farflung asked 13/1, 2013 at 8:5

1

Solved

Using Restangular for AngularJS, keep getting an object object from Mongolab. I'm sure it has to do with Promise but not sure how to use/implement this coming from old Java OO experience. (Side n...
Tetartohedral asked 22/6, 2013 at 18:44

1

Solved

I'm using Express.js and MongoLab and I followed the Heroku setup to get MongoDB working in production throwing this code in my app.js. //Mongo on Heroku Setup var mongo = require('mongodb'); va...
Irredentist asked 21/5, 2013 at 0:57

1

Solved

I tried a lot but not able to find the reason for this. Need help. Following is what I am writing after deploying my first node app in Heroku and my DB is at MongoLab heroku ps:scale worker=1 I...
Bromal asked 21/4, 2013 at 9:15

1

Solved

i created a mongodb instance in mongolab It provided me with a connection URI. mongodb://<dbuser>:<dbpassword>@ds041177.mongolab.com:41177/myclouddb I used the following java code t...
Thirzia asked 24/2, 2013 at 13:13

1

Solved

I have a collection of documents with a multikey index defined. However, the performance of the query is pretty poor for just 43K documents. Is ~215ms for this query considered poor? Did I define t...
Identic asked 17/2, 2013 at 0:29

1

Solved

Take a 100gb database for this example: Azure Storage cost: £6.05/m MongoLab on AWS with 1 node cost: £153.18 /m Am I missing something? Calculated something incorrectly? Can someone clear things...
Tammara asked 7/2, 2013 at 13:16

2

Solved

So I'm playing around with mongo stuffs. Created a new heroku app, added a mongolab option to it, but every mongoid method fails. I googled around, and it looks like this issue was common with rub...
Terce asked 21/11, 2012 at 11:29

2

Solved

Running this command in the mongodb installation file from mongodb.org ./mongo ds045907.mongolab.com:45907/database -u user -p password I changed Database, user, and password for anonymity. res...
Herbie asked 23/12, 2012 at 10:51

2

Solved

Instead of ObjectId('82he921he982he82') its "_id":{"$oid":"82he921he982he82"} for object Ids, but I have no idea how to create a date value in a document on MongoLab :s
Overwrought asked 4/11, 2011 at 6:34

1

Solved

In MongoLab you generate an API key and then anyone can access your database using REST API. Usual case is to use the REST api directly from Ajax clients. But this gives anyone complete write acc...
Bernardinabernardine asked 28/6, 2012 at 17:45

1

Solved

While updating a big json list, I'm getting the following error : 2012-04-01T09:34:00+00:00 app[run.1]: MONGODB [DEBUG] cursor.refresh() for cursor 7078636577051629992 2012-04-01T09:34:00+00:00 ap...
Knop asked 1/4, 2012 at 10:15

© 2022 - 2024 — McMap. All rights reserved.