-
Website
http://avc.com/ -
Original page
http://www.avc.com/a_vc/2009/10/hosted-mongo.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
ShanaC
1228 comments · 73 points
-
daryn
213 comments · 14 points
-
kidmercury
829 comments · 104 points
-
howardlindzon
207 comments · 71 points
-
Charlie Crystle
205 comments · 35 points
-
-
Popular Threads
-
Thoughts on Blackberry Fail
12 hours ago · 66 comments
-
Getting Computer Science Into Middle School
2 days ago · 267 comments
-
End of Year Music Posts
1 day ago · 46 comments
-
How To Get Me To Hang Up On You
4 days ago · 158 comments
-
Open APIs and Open Standards
5 days ago · 207 comments
-
Thoughts on Blackberry Fail
It's easy to run MongoDB on EC2 also, so that is an option too if one uses it. (Of course one could connect to a mongohq instance from ec2 over the internet too.)
For those wanting a simple but helpful explanation check out:
http://carsonified.com/blog/dev/should-you-go-b...
...from Carsonified. That guy's a stud.
Thanks for bringing this up Fred, it's always fun to dive in an learn a little bit more.
We use S3 for our document storage and the Key Value Pair architecture really works for us. Is MongoHQ primarily going up against S3?
I am curious to see MongoHQ differs from S3?
A key suggestion to differentiate MongoHQ from S3 is to provide value add on the document/file itself. For e.g. If its a word/pdf document, can one automatically convert it into a flash player embedded document so that the web service doesn't have to do the additional work of converting and showing it on the website. In other words, for every document stored in the DB, can MongoDB provide an easy web representation of the document so that its not just a regular DB but it actually works extra hard to make your documents/files web "compatible".
So, if the the NYTimes, has documents, videos, files etc, you not only store the files for them in a scalable fashion but you also do the additional work for it to easily show it on the web.
Maybe, a stretch analogy could be a Twilio for document/file storage.
Nik
Awesome stuff though on all fronts for us techies to learn and play with! ;-)
But, our documents don't live in the ether, the documents we store (like quite a few other web services) need to be shown on our service and "hacking" a web compatible format for all the various document formats is not fun...
edit: nevermind, found the request beta code link
I really think I want to talk about this... ; ) ...a challenger to S3 without the pressure of retail going through Amazon...yeah I really want to talk about this.
What I like about the 10gen stuff is that you can use their sdk to develop scalable software, but potentially deploy it anywhere, whether on 10gen's cloud, some other hosting provider, or on your own hardware.
At a glance Mongo looks like a CouchDB / a hybrid of SimpleDB and S3, but I haven't needed to really dig in to any of them yet.
decoupled: you can pick and choose and use any or all of them.
Here's an example of a 3rd party service that someone wrote to let you sell
digital goods using S3 as your document store, and paypal as your payment
gateway. Amazon doesn't discourage this, even though it could be done
entirely on their platform. In fact, it is one of the featured services in
the AWS showcase.
http://www.digitalgoodsstore.com/
I do host mongodb on my own dedicated server, but i think that the hosted offer on mongoqh is an excelent idea as many developers don't want/don't know/can't afford a dedicated hosted and usually go with a shared hosting where mysql is usually their only database option.
From my limited understanding I totally thought this was an Amazon SimpleDB comparison (what we use on our startup, heavy with images), but on their site they have product comparisons and they don't compare themselves to Amazong SimpleDB.
?
I was talking to family friends very early this summer, at the first mention of the whole NoSQL movement. Not that I fully understand it. This family friend had used SQL and was looking for a change in life, she was in her late 40s-early 50s, and was looking to say try to learn SAP in some mysterious way. NoSQL hadn't even hit her radar, and it still really isn't, despite my insistence that it will.
One of the reasons is that the literature if you are just starting out is way above most people's heads. Aim to explain everything. At the most basic level. You'll capture a market no one else has yet (I mean, why would anyone else go for that market, we're just not that cool...)
East Agile is an elite engineering team doing contract web and mobile development. We’d be happy to work with such an offering and off-load the DB heavy lifting that’s not really our core competency-- this comes up more and more as we work with clients' more robust and more spikey apps.
Hosted MongoDB's value prop seems similar to that of Engine Yard, who is probably the best solution out there for Ruby deployment and management (we are an EY development partner).
As it relates to startups' adoption, key to this is pricing model: Engine Yard just changed their pricing for smaller companies so the cost can start small and scale up if and when usage grows.
(We'll let you know how our Mongo usage goes.)
http://eastagile.com
What will work, however, is to create something like amazon images that provide value and are vertical specific, like cloudera is doing successfuly. a simple example will be a great geo based db that provides a complete location awareness solution.
Incidentally, one of the cool features of MongoDB is that it's open source. For example, today we found a bug in mongodb's handling of long vars somewhere by being able to dive into the code. Will be hard doing that in a saas model :)
I whipped out my laptop and showed them the Mongo Shell, and suddenly lightbulbs were going off everywhere in the room.
This hosted service is going to be a great way for developers that are unsure of the value proposition of Mongo to kick the tires and see for themselves what Mongo can do.
We've been fairly involved with 10gen and the latest builds of MongoDB. It has been a key part of our elastic infrastructure since we launched a few weeks ago, fitting perfectly between the other providers that we use (namely MySQL and S3). Scaling smoothly, Silentale currently stores more than 8 million large items ("documents" for MongoDB) and grows by about 4% per day. The 10gen team has been absolutely fantastic in supporting us and moving forward with their roadmap. I really hope that the hosted version will stimulate more companies to use and contribute to MongoDB in production systems.
Laurent
When I heard about MongoHQ I also signed up for the beta. As expected being an early release, a few rough edges but could be a great option in connection with other EC2 cloud solutions. As a test we've deployed an early prototype of a new app we're building. Very smooth going, if they can nail it with the price then it will be very appealing to go alongside services like Heroku or plain old EC2.
Details & registration at: http://mongodb1.eventbrite.com/
If you have ideas for future webinars, which could be to share an interesting way in which you are using MongoDB or to learn more about a specific aspect of MongoDB, we'd love to hear. Please share your thoughts in the comments or email us at info@10gen.com.