NoSQL tutorial: All content tagged as NoSQL tutorial in NoSQL databases and polyglot persistence
Monday, 24 January 2011
MongoDB Map Reduce: Yet another tutorial
As the title says, this is yet-another-tutorial on Map Reduce using MongoDB. But two things that are different here:
- A problem solving approach is used, so we’ll take a problem, solve it in SQL first and then discuss Map Reduce.
- Lots of diagrams, so you’ll hopefully better understand how Map Reduce works.
If MapReduce still didn’t click, you could try this SQL to MongoDB MapReduce guide.
Original title and link: MongoDB Map Reduce: Yet another tutorial (NoSQL databases © myNoSQL)
via: http://blog.mongovue.com/2010/11/03/yet-another-mongodb-map-reduce-tutorial/
Tuesday, 7 December 2010
CRUD with MongoDB
Pretty useful if you are getting started with MongoDB:
Original title and link: CRUD with MongoDB (NoSQL databases © myNoSQL)
Thursday, 11 November 2010
Membase: Quick Getting Started Videos
Two short videos on setting up ☞ a single Membase node (aprox.2 min) and ☞ a Membase cluster (aprox.3 min). As you can imagine this is just the very very basics. But on the other hand it is kind of cool to know that’s so easy to get it up and running.
Original title and link: Membase: Quick Getting Started Videos (NoSQL databases © myNoSQL)
Tuesday, 9 November 2010
Membase Intro
An intro slidedeck to Membase:
Actually I’d say that the second part is much more than an intro, providing details on:
- Membase data flow
- data buckets
- vBuckets (nb see more about virtual buckets)
- persistence behavior (memory for hot data, disk for cold data)
Original title and link: Membase Intro (NoSQL databases © myNoSQL)
Most Popular Articles
- Translate SQL to MongoDB MapReduce
- Tutorial: Getting Started With Cassandra
- CouchDB vs MongoDB: An attempt for a More Informed Comparison
- Cassandra @ Twitter: An Interview with Ryan King
- A Couple of Nice GUI Tools for MongoDB
- NoSQL benchmarks and performance evaluations
- Ehcache: Distributed Cache or NoSQL Store?
- Document Databases Compared: CouchDB, MongoDB, RavenDB
- Quick Review of Existing Graph Databases
- NoSQL Data Modeling