NoSQL

TwitterFacebook
Get flash to fully experience Pearltrees
Over the last couple years, we see an emerging data storage mechanism for storing large scale of data. These storage solution differs quite significantly with the RDBMS model and is also known as the NOSQL. Some of the key players include ... GoogleBigTable, HBase, Hypertable AmazonDynamo , Voldemort, Cassendra, Riak Redis CouchDB , MongoDB These solutions has a number of characteristics in common Key value store Run on large number of commodity machines Data are partitioned and replicated among these machines Relax the data consistency requirement. http://cloud.dzone.com/news/nosql-patterns

NOSQL Patterns

In my previous post, I talk about the methodology of transforming a sequential algorithm into parallel. After that, we can implement the parallel algorithm, one of the popular framework we can use is the Apache Opensource Hadoop Map/Reduce framework. Functional Programming

Hadoop Map/Reduce Implementation

http://horicky.blogspot.com/2008/11/hadoop-mapreduce-implementation.html

Paper: A Study of Practical Deduplication

With BigData comes BigStorage costs. One way to store less is simply not to store the same data twice . That's the radically simple and powerful notion behind data deduplication . If you are one of those who got a good laugh out of the idea of eliminating SQL queries as a rather obvious scalability strategy, you'll love this one, but it is a powerful feature and one I don't hear talked about outside the enterprise. http://highscalability.com/blog/2011/5/5/paper-a-study-of-practical-deduplication.html
hadoop

hbase

http://blog.monitis.com/index.php/2011/05/24/nosql-databases-a-look-at-apache-cassandra/

NoSQL Databases – A Look at Apache Cassandra at SysAdmin Tips and Tools

In a series of blogs, Monitis has begun providing guidance on picking the right NoSQL database storage tool that meets your company’s needs. In our previous blog, we offered a comprehensive overview of why NoSQL technology is important and how it compares with Relational Database Management Systems (RDBMSs). Now, we’d like to get a bit more specific and review various brands. We hope that this information will help choosing NoSQL DBs such as Apache Cassandra, MongoDB, CouchDB, Redis, Riak, HBase and others…easier. After all, you want to make sure that your data is being stored safely. Aren’t there enough worries out there about data security – whether the data is being stored on the cloud or behind your internal, private firewall?