Questions tagged [mlab]

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.

MongoLab is a fully-managed cloud database service featuring highly-available MongoDB databases, automated backups, web-based tools, 24/7 monitoring, and expert support. By hosting MongoDB on MongoLab’s Database-as-a-Service (DBaaS) platform, developers and IT professionals are free to focus their attention on product development instead of operations.

MongoLab runs on all the major cloud platforms, including Amazon, Joyent, Rackspace and Windows Azure, and has partnered with all of the major Platform-as-a-Service (PaaS) providers to enable seamless integration with the application tier.

Headquartered in San Francisco, MongoLab is backed by premier venture and angel investors including Foundry Group, Baseline Ventures, GRP Partners, Freestyle Capital, and David Cohen of TechStars.

Learn more at https://mlab.com/

852 questions
-1
votes
1 answer

Parse to parse server end to end documentation

Here I would like to document the steps involved to migrate from Parse.com to parse server which includes database migration, password reset, cloud code, push notifications etc. There were few minor issues which are covered in this step documents.…
Pandurang Yachwad
  • 1,695
  • 1
  • 19
  • 29
-1
votes
1 answer

Import collection to mongodb server from gmaps library in python

I'm using python and i'm try to import a JSON like i'm recieving from this code: from gmaps import Geocoding api = Geocoding(api_key='') api.geocode("calle tigre 129 cusco") to mongodb server, like I created a collection with this…
-1
votes
1 answer

Mongodb multiple operators

Is there a way to write this part better? 'update': function (req, res) { var item = req.body.item; var tags = []; tag.find(function (err, _tags) { tags = _tags; post.update({ '_id': item._id }, { $set: { Text: item.Text…
Medet Tleukabiluly
  • 11,662
  • 3
  • 34
  • 69
-1
votes
1 answer

Connecting to a database in monogolab via mongojs

I have a node server and until now my database was local, but now I need it to be on mongolab. Could you tell me how to connect to the database, please?
user3199819
  • 71
  • 1
  • 5
-1
votes
1 answer

connect-mongodb with mongolab

Im using heroku mongolab add-on for my expressjs web app. How can I use process.env.MONGOLAB_URI env variable with connect-mongodb?
JR Galia
  • 17,229
  • 19
  • 92
  • 144
-2
votes
1 answer

after deploy mean stack project on heroku it work only when local server running if close local server

after deploy mean stack on heroku in work good if local server running but if i close local server get error "POST http://localhost:4000/api/newcontact net::ERR_CONNECTION_REFUSED " and how it work with localhost after deploying
salah
  • 1
  • 1
-2
votes
1 answer

Heroku mLab configuration app still don't run

I still cannot run mLab mongo DB on my app in heroku, I use MONGODB_URI to mlab in heroku, i need to add add-ons mLab to heroku or is it not necessary for my spring bott app? if it is why do I have to add credit card if sandbox is free?
petmik
  • 35
  • 1
  • 8
-2
votes
2 answers

How to connect my android application with mongodb (mongolab)

I am new to mongodb, now I need to connect mongodb with my android application. And also I am using my mongodb in mongolab. In mongolab website I can't see option called "View JSON Objects", but when I saw any YouTube videos related to mongolab they…
Shiva Kumar
  • 85
  • 1
  • 10
-2
votes
1 answer

Parse Server: hosting MongoDB on AWS vs hosting on MongoLab

AWS published a blog post about migrating from Parse. I wonder why they suggest hosting MongoDB on MongoLab instead of hosting it directly on AWS? What's the advantage of hosting MongoDB on MongoLab?
MJQZ1347
  • 2,607
  • 7
  • 27
  • 49
-2
votes
1 answer

MEAN Stack Error when calling two different api's routes at the same time

Having some issues with angularjs, mongoose or MongoLab. If a make two api calls to different api route at the same time, the data won't load. So i got it working by waiting for each call to finish (with promise) before making the next call. This…
chr.solr
  • 576
  • 1
  • 7
  • 19
-3
votes
1 answer

BSON Parse error?

I have looked through other posts and I have checked that I'm not using the wrong quotes, I feel like it's right in front of my face but can't see it! Trying to copy and paste data from local mongoDB to mLab but it's not working here's my JSON: { …
RioTz
  • 3
  • 1
  • 4
-3
votes
1 answer

Database for an Android App

Hey guys I'm working on an Android App with Android Studio and I need a database like mlab(mongoDB). But Android doesn't support mlab. I can't just use SQLite because my data has to be saved also when my application is not running. For example if…
Shalomi90
  • 736
  • 4
  • 9
  • 33
1 2 3
56
57