Cassandra History:
Cassandra was initially developed at Facebook to power the Facebook inbox search feature. It was developed by Avinash Lakshman and Prashant Malik. The Apache Incubator accepted it in March 2009, after Facebook open-sourced it in July 2008. Later, since February 2010, Cassandra became a top-level project of Apache since February 2010 and currently, 3.2.1 is its latest version.
Cassandra Versions:
Version | Release Year | Latest Version | Release Year | Status |
0.6 | 2010 | 0.6.13 | 2011 | Not Supported any more. |
0.7 | 2011 | 0.7.10 | 2011 | Not Supported any more. |
0.8 | 2011 | 0.8.10 | 2012 | Not Supported any more. |
1 | 2011 | 1.0.12 | 2012 | Not Supported any more. |
1.1 | 2012 | 1.1.12 | 2013 | Not Supported any more. |
1.2 | 2013 | 1.2.19 | 2014 | Not Supported any more. |
2 | 2013 | 2.0.17 | 2015 | Not Supported any more. |
2.1 | 2014 | 2.1.17 | 2017 | Supported. |
2.2 | 2015 | 2.2.9 | 2017 | Supported. |
3 | 2015 | 3.0.11 | 2017 | Supported. |
3.1 | 2017 | 3.1 | 2017 | Latest release. |
3.11 | 2017 | 3.11 | 2017 | 3.11 branch of Github. |
Cassandra tutorial
- History of Cassandra
- Features of Cassandra
- Cassandra Architecture
- Difference between Relational and NoSQL Database
- Cassandra Use Cases
- Data Types in Cassandra
- Cassandra Vs HBase
- Cassandra Vs RDBMS
- Install Cassandra
- Cassandra Data Model
- Cassandra CQLsh
- Alter Keyspace in Cassandra
- Create Keyspace in Cassandra
- Drop Keyspace in Cassandra
- Create Table in Cassandra
- DROP Table in Cassandra
- Truncate Table in Cassandra
- Alter Table in Cassandra
- Create Index in Cassandra
- DROP Index in Cassandra
- Cassandra Batch
- CQL Create Table Data
- CQL READ Data
- CQL Update Data
- CQL DELETE Data
- Cassandra Collections