04 Introduction To CassandraDB
04 Introduction To CassandraDB
Tushar B. Kute,
http://tusharkute.com
Apache CassandraDB
• Apache HBase:
– HBase is an open source, non-relational, distributed
database modeled after Google’s BigTable and is written
in Java. It is developed as a part of Apache Hadoop
project and runs on top of HDFS, providing BigTable-like
capabilities for Hadoop.
• MongoDB:
– MongoDB is a cross-platform document-oriented
database system that avoids using the traditional table-
based relational database structure in favor of JSON-like
documents with dynamic schemas making the integration
of data in certain types of applications easier and faster.
Features of Cassandra