Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Knowledge sources for Apache Cassandra

I'm planning to start project with NoSQL for data storage. I was trying to find informations about Cassandra in google but I've found very basic info. Anyone know where I can find good source of knowledge about Cassandra (planing data structure, working with data (maybe migrating from mysql?) etc)?

like image 354
PsychoX Avatar asked Oct 19 '11 12:10

PsychoX


2 Answers

DataStax has comprehensive Cassandra documentation at http://www.datastax.com/docs/1.0/index.

"Cassandra High Performance Cookbook" is a decent book. O'Reilly's "Definitive Guide" is actually even worse than a 0.7 book; it's a mix of 0.6, 0.7, and stuff that was cut from 0.7 before release.

like image 61
jbellis Avatar answered Oct 11 '22 01:10

jbellis


The best source of information is the Cassandra wiki at http://wiki.apache.org/cassandra/.

There's also an O'Reilly book, Cassandra: The Definitive Guide, but this is for Cassandra 0.7, so is a bit out of date now.

like image 29
Theodore Hong Avatar answered Oct 11 '22 02:10

Theodore Hong