Posts Tagged ‘noSQL’

Oho… MongoDB 2.2 Released

Happy to hear that MongoDB 2.2 has been finally released. Looking forward to use the aggregation framework & co.

(more…)

MongoDB to Solr with mongo-connector

10gen has published a Python program which synchronises a MongoDB database with other systems. In the first version it works with Apache Solr, ElasticSearch and other MongoDB instances.

(more…)

Recommended Reading: NoSQL Data Modeling Techniques

A really nice and comprehensive article about NoSQL Data Modeling Techniques. Sums up the different strategies you can use with

(more…)

Neo4j. NoSQL graph database

Neo4j is a graph database, storing data in the nodes and relationships of a graph. The most generic of data structures, a graph elegantly represents any kind of data, preserving the natural structure of the domain.

Picking the right noSQL system

Need some help to pick the right noSQL solution for your project? Then maybe Nathan Hurst’s Visual Guide to noSQL systems is a good starting point. It’s based on the requirements from Brewer’s CAP theorem (Consistency, Availability and Partition Tolerance).