Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a basic and up-to-date Cassandra tutorial [closed]

Tags:

cassandra

I would like to learn Cassandra.

Unfortunately, the few tutorial posts I could find either refer to an old Cassandra version (prior 1) and/or require a somewhat complicated setup, like installing twissandra.

So, I wonder if anyone knows a resource to learn Cassandra without having to install anything, except Cassandra itself, of course.

My setup:

  • Windows 7 (should not matter, right?)
  • Cassandra 1.2.0 (installed using the binary installer from DataStax)
  • OpsCenter (courtesy of DataStax)

I am pretty comfortable with MongoDB and have some experience with MySql, though it seems that Cassandra is like none of the above.

Anyone?

like image 616
mark Avatar asked Jan 29 '13 14:01

mark


People also ask

How do I learn Cassandra?

The tutorial starts off with a basic introduction of Cassandra followed by its architecture, installation, and important classes and interfaces. Thereafter, it proceeds to cover how to perform operations such as create, alter, update, and delete on keyspaces, tables, and indexes using CQLSH as well as Java API.

Is Apache Cassandra easy to learn?

Cassandra has a little steeper learning curve (IMO). However that has been lessened due to the CQL table-based column families in recent versions, which help to bridge the understanding gap between Cassandra and a relational database.

How do I create a Cassandra database?

Step-1: login into cqlsh you can log in into the cqlsh using Cassandra default credential. Now, here before creating a database you first need login into cqlsh. you can check the cluster information after login into cqlsh.


1 Answers

I recommend the video tutorials

http://www.devoxx.com/display/Devoxx2K10/Cassandra+by+Example

and some presentations by datastax

http://www.datastax.com/company/news-and-events/events/cassandrasf2011/presentations

I recommend the below link also which i feel that it has all basic database administration topics which you may be interested to learn with latest version...

Try this tutorial https://www.i2tutorials.com/cassandra-tutorial/

like image 91
Jignesh Dhua Avatar answered Dec 09 '22 18:12

Jignesh Dhua