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

learn more… | top users | synonyms

0
votes
1answer
28 views

How to save datetime as BSON Date using Node driver?

I'm using the Node MongoDB driver to collect analytics for my website and send them to MongoLab. How does one insert the current datetime into a document so it can later be used to do aggregation in ...
0
votes
1answer
37 views

How to connect and put in JSON instead of mongolab in AngularJS?

I want to use JSON instead of MongoLab example shown on AngularJS website. Here's the code from the website: angular.module('mongolab', ['ngResource']). factory('Project', function($resource) { var ...
0
votes
1answer
34 views

PhoneGap + MongoLab security

I'm thinking of using AngularJS + PhoneGap + MongoLab. I'm using the example found here under "Wire up a Backend". How does the security work ? I'm seeing "apiKey" hardcoded. Is it possible for a ...
0
votes
1answer
47 views

angular + breeze + mongoLab

I try to use breeze in Angular with MongoLab Api in plunkr. var dataService = new breeze.DataService({ serviceName: "https://api.mongolab.com/api/1/databases/webuniversite?apiKey=apikey", ...
2
votes
0answers
72 views

Recurring rails error on Heroku/Unicorn - 'execution expired', an ActionView::Template::Error

My question is similar to the following, but is happening under slightly different circumstances. Rails: execution expired on time_zone_select My setup is: Rails 3.2.13 Unicorn 4.6.2 Mongoid ...
1
vote
3answers
68 views

Can't Authorize to MongoLab service on Azure

I have been created Mongodb Database via add-on of MongoLab on Azure Cloud. I have been able to connect to database but i always get below exception; Command 'count' failed: db assertion failure ...
1
vote
1answer
130 views

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 code in my app.js. //Mongo on Heroku Setup var mongo = require('mongodb'); var ...
0
votes
1answer
113 views

using mongolab with angular for update(put) but record is not getting updated correctly

I have the following Angular code below. I'm noticing that when I call ng-click="update($index, list.name)" to update the name field, it is creating a new key/value pair in my JSON list for ID which ...
0
votes
1answer
59 views

error when creating object in collection in mongolab: BasicBSONList can only work with numeric keys, not: [_id]

I'm using the following JSON (and have validated it) for my collection in MongoLab: [{ "city": "ACMAR", "pop": 6055, "state": "AL", "_id": "35004" }, { "city": "ADAMSVILLE", ...
0
votes
0answers
99 views

Meteor app on Heroku fails over time

I host my meteor app on Heroku with MongoLab add on (all free plans). Over time, the app will fail. I will not be able to login (using Account package), keep getting Internal server error as a ...
0
votes
1answer
350 views

Can't authorize to newly created MongoLabs DB

I am trying to start with MongoLab. Using the mongo shell it seems I cannot auth to any DB I create, even with a brand new account and DB. I created the MongoLab user with the same username and ...
0
votes
1answer
47 views

Is it possible to create a safe API for public editable data with MongoLabs?

This is related to Is there ReadOnly REST API key to a MongoLab database, or is it always ReadWrite and How does Mongolab REST API authenticate I want to make it possible for unauthenticated users of ...
0
votes
1answer
80 views

Getting error while running command heroku ps:scale worker=1 error

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 It ...
1
vote
1answer
87 views

How to force mongo to store members in lowercase?

I have a collection of BsonDocuments, for example: MongoCollection<BsonDocument> products; When I do inserts into the collection, I want the member name to always be lowercase. After reading ...
0
votes
2answers
46 views

JObject.ToBsonDocument dropping values

I'm inserting raw JSON into a collection and finding that what is stored in the database is missing the values. For example, my collection is a collection of BsonDocuments: _products = ...
2
votes
0answers
99 views

mongolab rest api return null response

When I execute below code it work fine. $url = "https://api.mongolab.com/api/1/databases/$DB/collections/$COLLECTION?apiKey=$MONGOLAB_API_KEY"; $ch = curl_init(); curl_setopt($ch, ...
2
votes
1answer
115 views

How do I call mongodb rest api through curl in php?

Execuse me for my bad english. I am new to mongolab.I want to know how to call mongolad rest api through curl in php. I don't want to use mongodb driver. thanks in advance.
5
votes
1answer
108 views

how do I create web service through mongolab rest api for basic database operation using curl in php?

I am new to mongodb and mongolab. Any one can tell me how to access mongolab database through curl in php,not through ajax. I want to create api like LOGIN, RESET_PASSWORD, RESIGTRATION. How do I ...
0
votes
0answers
122 views

node.js and mongodb - Error: failed to connect to [ds057900.mongolab.com:57900]

I have an app on Heroku and Mongolab. I use node.js nad mongoose. Heroku often logs that my memory consumption is over their limit and part of it is swapped to hard-drive. From time to time I have ...
0
votes
0answers
28 views

Image rendering issue in Engine Yard

I am using Engine yard Cloud server for rails mongoid app. For image uploading we use mongoid-paperclip gem. In my local system image is loading properly but when we use Engine Yard account the server ...
0
votes
1answer
193 views

Nodejs/Mongoose/Passport/Connect-Mongo overwriting users only sometimes

I'm using Heroku/Mongolab (and I've tried it with Mongo HQ), and the title shows my setup. Here's my package.json: "name": "metatf-web", "version" : "0.0.3", "dependencies": { "express": "*", ...
0
votes
1answer
149 views

Mongo::OperationFailure - need to login when using from_uri

My goal is to connect with my heroku/mongolab database but I keep getting this error: Mongo::OperationFailure at /mongotest/a/b : need to login file: networking.rb location: send_message_with_gle ...
1
vote
0answers
329 views

angularjs + mongolab $http.put doesn't update model

I'm just getting started with angular and coding in general so bear with me... I'm currently trying to write a basic phonebook-like CRUD app. So far, I have no trouble adding and viewing contacts, ...
0
votes
0answers
174 views

Can't connect to MongoLab on my host

I have a problem connecting to MongoLab from my Node app. When I'm in local, everything works fine, but when I'm uploading it on my host (the awesome Clever Cloud, you should check it out), it does ...
0
votes
0answers
114 views

I'm using MongoSkin in my Node.js application and after a period of inactivity it loses connectivity with the database

I'm building my first Node.js application and I've run into an issue with MongoDB. I'm using the MongoSkin driver. Once I start my application it all works great. I can sit and toy with it for an ...
0
votes
1answer
57 views

Data model advice for Mongo collection that contains complex objects

we store apple app data in a database (http://www.apple.com/itunes/affiliates/resources/documentation/itunes-enterprise-partner-feed.html). we want to optimize for one type of query: find all apps ...
0
votes
2answers
90 views

What database-as-a-service providers (ideally either Mongo or MySQL data sources) offer a REST API for retrieving data as JSON?

We would like to hook up an iPhone app directly to a database in the cloud. From the iPhone app, we would like to use some REST API to retrieve data from the cloud database. We prefer using MySQL or ...
1
vote
1answer
228 views

connecting a mongodb created in mongolab through a java application

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 to ...
0
votes
2answers
221 views

Flask Mongolab error: TypeError: argument of type 'NoneType' is not iterable

I'm having this problem when I do "foreman start" on my Flask app. (venv)Macbook-err:Example ld$ foreman start 14:01:50 web.1 | started with pid 1441 14:01:50 web.1 | Traceback (most recent call ...
1
vote
2answers
156 views

Connect Django to MongoLab database

I am currently running Django 1.4.3 and I want to connect my own database (created in MongoLab) to talk with my Django website. I've tried following numerous tutorials on how to achieve this; the ...
4
votes
1answer
215 views

MongoDB index not helping query with multikey index

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 ...
0
votes
2answers
128 views

Google App Engine to MongoLab security

I am sending HTTP requests from GAE to MongoLab in the form of: https://api.mongolab.com/api/1/databases/rival_testdb/collections/testCollection?apiKey=someKey If this request was coming directly ...
2
votes
1answer
363 views

MongoLab vs Azure Table Storage

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 up ...
0
votes
4answers
628 views

JQuery AJAX GET request always returns error

I'm learning web development and am trying to make an ajax request to query a MongoDB database hosted in MongoLab via their REST API. My code is very simple, but I don't understand why the ajax ...
0
votes
1answer
211 views

very slow (~1000ms) response time. Heroku. node.js. mongolab. doing almost nothing

With the free account on Heroku and the free account on MongoLab (not with the Heroku plug-in) I get response time of ~1000ms per request (single user, it is just me still, relevant to all requests, ...
4
votes
1answer
1k views

Free mongo db hosting with Heroku?

I am trying to deploy my app which uses mongo db to Heroku and it seems that i need to use some hosting service like MongoHQ or MongoLab for hosting Mongo DB. Are there any free mongo db hosting ...
1
vote
1answer
313 views

How to consume Twitter Streaming API using Heroku and MongoLab?

I'm looking to use the Twitter Streaming API to scrape all tweets for a few keywords and store them in a database. I would rather not run the workflow locally so I had been looking at ways to use the ...
0
votes
2answers
121 views

What are the performance implications of running db.copyDatabase() against a production mongo database?

I recently launched a web app that hasn't seen much production scale yet, but I expect (hope ;) it will in the near future. I have found the ability to use db.copyDatabase() extremely useful to copy ...
1
vote
2answers
486 views

Handling MongoDB disconnect/reconnects from Node

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() ...
1
vote
2answers
536 views

Connect to external mongo database (java)

I'm trying to connect to my mongo database which I created via mongolab There's standard uri mentioned at my database's page at mongolab: I try this code: String uriString = ...
3
votes
1answer
602 views

Adding a new model field to MongoLab the AngularJS way

I have a MongoDB document (on MongoLab.com) called client and this is going to be used to track a fitness competition. Each week there will be a "weigh-in" and some other details tracked. What I'm ...
3
votes
1answer
228 views

Mongodb (mongolab) Node.js finding nothing on a collection

I'm a big Node.js and Mongo newbie, so please be gentle. So here's my Node.js app: var mongo = require('mongodb'); var Server = mongo.Server; var Db = mongo.Db; var server = new ...
0
votes
1answer
97 views

Import collection to non-local address with Mongo restore

I'm trying to copy over a collection from an instance of a mongoDB on my local machine to a collection hosted by mongoLabs. I'm able to dump the collection into a dump directory, but when I try to ...
0
votes
0answers
124 views

Heroku Rails using MongoLab not working

Getting the below error while trying to create a user account using devise on Heroku using Mongoid, MongoLab add on. 2012-12-26T22:26:22+00:00 app[web.1]: ...
1
vote
2answers
3k views

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 I changed Database, user, and password for anonymity. ...
5
votes
4answers
706 views

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 well - is super fast and I'm generally happy with the results. My problem: ...
0
votes
1answer
100 views

MongoLab addon PHP app hosted on heroku

I've a PHP app to be hosted on heroku. The basic functionality of the app is to collect some data from users (through browsers) & store those in a database (since this is a PHP app, the database ...
2
votes
1answer
481 views

Angular and MongoDB, Security?

So I'm writing a quick little app for internal use at my company with AngularJS and I'm basically basing my project off the "Project" on the AngularJS website: http://angularjs.org/#project-js I've ...
0
votes
2answers
183 views

How do I find a document using Mongolab's $oid with pymongo?

I'm trying to do this: event = coll.find_one({"_id": {"$oid": event_id}}) Where event_id is the string from an ObjectId: event_id='50bbd48eefbdd2a1e83bc440' but the event ends up empty. I'm ...
0
votes
1answer
144 views

MongoLab REST API : Array Slice support

was wondering if there is an array slice support in MongoLab's REST API. I was trying out this: ...

1 2 3