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.

Why is PyMongo 3 giving ServerSelectionTimeoutError?

I'm using: Python 3.4.2 PyMongo 3.0.2 mongolab running mongod 2.6.9 uWSGI 2.0.10 CherryPy 3.7.0 nginx 1.6.2 uWSGI start params: --socket 127.0.0.1:8081 --daemonize --enable-threads --threads 2 --processes 2 I setup …

python mongodb uwsgi mlab pymongo-3.x
connecting to remote mongo server results in exception connect failed

Running this command in the mongodb installation file from mongodb.org ./mongo ds045907.mongolab.com:45907/database -u user -p password …

mongodb mlab
Unable to connect to mongolab, Getting MongoError: auth failed

I have recently created an account in mongoLab.When I am trying to connect to the database using the below …

node.js mongodb mlab
A timeout occured after 30000ms selecting a server using CompositeServerSelector

I try to deploy my Mongo database in Mongolabs, everything works fine, and I create a new database. Please see …

c# mongodb replication mlab nosql
MongoError: getaddrinfo ENOTFOUND undefined undefined:27017

So I'm working my way though the Getting Mean book from Manning and following the steps in Chapter 5 I'm trying …

mongodb heroku mongoose mlab
heroku is giving me Method not allowed

Okay, so I've been on this problem for hours now with no idea how to solve this since I'm just …

node.js express heroku mlab
MongoDB $oid vs ObjectId

I'm trying to get mongodb query working. Collection comes in the format: { "_id": { "$oid": "54651022bffebc03098b4567" }, "browser": "ie", "browser_version": "10.0 …

mongodb mlab
Unable to connect to MongoLab "auth fails" error

I am new to mongo. Recently created an account in mongoLab. I am trying to connect to the database using …

mongodb mlab
Does mongoDB have reconnect issues or am i doing it wrong?

I'm using nodejs and a mongoDB - and I'm having some connection issues. Well, actually "wake" issues! It connects perfectly …

node.js mongodb azure mongoose mlab
Creating a collection schema in a mongolab mongodb database from node.js

I'm new to node.js and mongodb. I'm trying to create a schema for a User collection in a mongolab …

node.js mongodb mongoose mlab