a
of
with
and
table
data
the
The
Data
to
• Archive: What you'll learnInstall Oracle VirtualBoxInstall Ubuntu-LinuxInstall CassandraCreate a keyspaceAlter KeyspaceCreate TableAlter TableCreate DataUpdate dataTruncate tableDrop tableCreate IndexCreate a table with set collectionCreate table with list collectionCreate table with map collectionCourse contentExpand all 39 lectures03:05:37+Installing Cassandra on Ubuntu-Linux Virtual Mahine+Cassandra Architecture and Keyspace Operations+Cassandra C.R.U.D Operations+Cassandra CollectionsRequirementsBasic knowledge of SQL would help but not mandatoryKnowledge of relational database management systems will help but not mandatoryDescriptionCassandra is a distributed database from Apache that is highly scalable and designed to manage very large amounts of structured data.
• It provides high availability with no single point of failure.Apache Cassandra is a NoSQL database capable of handling large amounts of data that change rapidly.
• In this course, learn about the architecture of this popular database, and discover how to design Cassandra data models that support scalable applications.
• The course highlights the differences between Cassandra and relational databases, discusses the Cassandra Query Language (CQL).The course starts off with the installation of Oracle's virtualbox and ubuntu-linux followed by the installing of Cassandra on the Ubuntu-linux virtual machine.
• The course then covers a basic introduction of Cassandra followed by its architecture, installation, and how to perform operations such as create, alter, update, and delete on keyspaces, tables, and indexes using CQLSH Topics include:Installation of Oracle's virtualBoxInstallation of Ubuntu-LinuxInstallation of Java JDKInstallation of CassandraIntroduction to Cassandra Query Language -CQLcreating a keyspaceAltering a keyspaceDropping a keyspaceCreating a tableInserting data into a tableReading data from a tableUpdating data in a tableDeleting a tableUsing Batch for multiple modification operationsAltering a tableCreating IndexTruncating a tableDropping a tableCreating a table with Set collectionCreating a table with List collectionCreating a table with Map collectionWho this course is for:Beginner Database AdministratorsBeginner Data AnalystAnyone who want wants to learn something new