HTML5 App Using Hosted MongoDB Instance via MongoLab REST API: No Time, No Cost, No Data
I needed a free, document based, online data store so that I could quickly build a HTML5 prototype. As an exercise, I quickly whipped up a simple application that can store basic contact details of people. […] Thankfully, with the excellent service provided by MongoLab.com developers are able to build nosql document database driven applications in no time and at no cost!
I’m not convinced about the no time and no cost parts, but I’m pretty sure that going this route you’ll end up with no data[1] too.
-
What I’m referring to is the fact that placing your application key on the client side basically grants anyone access to your data. And considering there’s no collection level ACL that means all operations will go through: updates, deletes, etc. ↩
Original title and link: HTML5 App Using Hosted MongoDB Instance via MongoLab REST API: No Time, No Cost, No Data (©myNoSQL)