After installing MongoDB, I’m really excited to learn more about MongoDB.
What is it anyway?
MongoDB is document oriented database, which bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality). It’s written in the C++ and has been developed since October 2007 by 10gen.
Why is it matter?
- Speed
- Auto sharding
- Fast In-Place Updates
- GridFS – Store files of any size without complicating your stack.
- Commercial Support – if you have problem using MongoDB, you can ask for commercial support.
Who use it?
Why bother to learn if there are no real company use it? Well, here some of companies who use MongoDB :
- Foursquare
- Bit.ly
- Sourceforge
- Github
- Disqus
- The New York Times
- and others
What next?
I have collected some resources to help myself to learn more about MongoDB. Maybe they will help you too.
- Official MongoDB Project Website
- Getting Started With MongoDB (Python)
- MongoDB Aggregation
- MongoDB FAQs
- Notes from a production MongoDB deployment
- MongoFR Videos and Slides
- Screencast: A step by step intro to MongoDB
- Peter Bengtsson: Using MongoDB in your Django app – implications and benefits
- MongoDB EuroPython 2009
- MongoDB Schemas: Data as Documents
- MongoDB Administration
- Using MongoDb to store geographic data
- Basic Commands to Get You Started with MongoDB
- Create a Simple App with Django and MongoDB
Related posts:
- My First Step Into MongoDB – Installing MongoDB on Ubuntu
- MongoDB Basic Operations
- [Link] MongoEngine
Tags: mongodb
[...] This post was mentioned on Twitter by KomunitasWeb, Seyhun AKYÜREK. Seyhun AKYÜREK said: Beginner Step Into MongoDB http://ping.fm/whyVf [...]
Missed one: http://www.dealtaker.com/blog/2010/05/12/php-mongodb-sitting-in-a-tree-part-1/
[...] Beginner Step Into MongoDB [...]
I am a frequent reader of your blog posts. I liked the recent one and other posts on your blog so much that I have subscribed to the blog’s RSS feed in Thunderbird. Even thinking of stealing some ideas and put them to work. Keep all the good work going by posting more informative posts. Thank you. Time well spent on this post.