Re: Cassandra book/tuturial

2013-10-27 Thread Mohan L
And here also good intro: http://10kloc.wordpress.com/category/nosql-2/ Thanks Mohan L On Mon, Oct 28, 2013 at 8:02 AM, Danie Viljoen wrote: > Not a book, but I think this is a good start: > http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html > > > On Mon,

Re: Cassandra book/tuturial

2013-10-27 Thread Mohan L
On Sun, Oct 27, 2013 at 9:57 PM, Erwin Karbasi wrote: > Hey Guys, > > What is the best book to learn Cassandra from scratch? > > Thanks in advance, > Erwin > Hi, Buy : Cassandra: The Definitive Guide By Eben Hewitt : http://shop.oreilly.com/product/0636920010852.do Thanks Mohan L

Re: data model to store large volume syslog

2013-03-13 Thread Mohan L
subrange output bases on their column_value? key = '2013030505example.com' result = col_fam.get(key,column_start='2013-03-05 05:02:11example.com', column_finish='2013-03-05 06:28:27example.com') Any help and suggestion would be greatly appreciated. Thanks Mohan L