Learning Apache Cassandra Training Video

Course

Online

£ 99.51 + VAT

*Indicative price

Original amount in AUD:

$ 189

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

A Practical Cassandra Training Course That Teaches Real World Skills In this project-based Learning Apache Cassandra video tutorial series, you'll quickly have relevant skills for real-world applications. Follow along with our expert instructor in this training course to get: Concise, informative and broadcast-quality Learning Apache Cassandra training videos delivered to your desktop The ability to learn at your own pace with our intuitive, easy-to-use interface A quick grasp of even the most complex Learning Apache Cassandra subjects because they're broken into simple, easy to follow tutorial videos Practical working files further enhance the learning process and provide a degree of retention that is unmatched by any other form of Learning Apache Cassandra tutorial, online or offline... so you'll know the exact steps for your own projects. Course Fast Facts: Only 8 hours to complete this course 123 tutorial videos Expert instructors lead each course Download to any Windows PC or Mac and save for viewing off line Course is accessible 24/7 from any computer once downloaded You can study from home or at work at your own pace in your own time Course Description In this Apache Cassandra training course, expert author Ruth Stryker teaches you the basics of working with Cassandra. This course is designed for the absolute beginner, meaning no experience with Cassandra is required. Experience with databases, SQL, and programming is recommended.

You will start by learning how to install Cassandra, and then move onto understanding ways to communicate with Cassandra. From there, Ruth will teach you how to create a database, create a table, and insert and model data. This video tutorial will also cover creating an application, updating and deleting data, selecting hardware, and adding nodes to a cluster. You will also learn how to monitor a cluster, repair and remove nodes, and redefine a cluster.

Once you...

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

System Requirements - Digital Download Digital Download: Microsoft Windows XP or higher, Mac OS X 10.4 or higher. Minimum screen resolution of 1024x768 Digital Download specific requirements: Between 1GB and 6GB of available hard drive space (depending on the training course) An Internet connection with sufficient bandwidth. You must have at least a 56K modem connection (Broadband recommended). Most modern ADSL and Cable internet solutions will be sufficient. Do I need...

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Reviews

Subjects

  • Java
  • Apache
  • Database
  • Database training
  • Network
  • Network Training
  • Skills and Training

Course programme

  • 01. Introduction To Cassandra
    • Introducing The Course
    • Understanding What Cassandra Is
    • Learning What Cassandra Is Being Used For
    • Understanding The System Requirements
    • 0105 How To Access Your Working Files
    • Opening The Main Virtual Machine
    • Pop Quiz
  • 02. Getting Started With The Architecture
    • Understanding That Cassandra Is A Distributed Database
    • Learning What Snitch Is For
    • Learning What Gossip Is For
    • Learning How Data Gets Distributed
    • Learning About Replication
    • Learning About Virtual Nodes
    • Pop Quiz
  • 03. Installing Cassandra
    • Downloading Cassandra
    • Ensuring Oracle Java 7 Is Installed
    • Installing Cassandra
    • Viewing The Main Configuration File
    • Providing Cassandra With Permission To Directories
    • Starting Cassandra
    • Checking Status
    • Accessing The Cassandra system.log File
    • Pop Quiz
  • 04. Communicating With Cassandra
    • 0401 Understanding Ways To Communicate With Cassandra
    • 0402 Using Cqlsh
    • 0403 Pop Quiz
  • 05. Creating A Database
    • 0501 Understanding A Cassandra Database
    • 0502 Defining A Keyspace
    • 0503 Deleting A Keyspace
    • 0504 Pop Quiz
    • 0505 Lab: Create A Second Database
  • 06. Creating A Table
    • 0601 Creating A Table
    • 0602 Defining Columns And Data Types
    • 0603 Defining A Primary Key
    • 0604 Recognizing A Partition Key
    • 0605 Specifying A Descending Clustering Order
    • 0606 Pop Quiz
    • 0607 Lab: Create A Second Table
  • 07. Inserting Data
    • 0701 Understanding Ways To Write Data
    • 0702 Using The INSERT INTO Command
    • 0703 Using The COPY Command
    • 0704 How Data Is Stored In Cassandra
    • 0705 How Data Is Stored On Disk
    • 0706 Pop Quiz
    • 0707 Lab: Insert Data
  • 08. Modeling Data
    • 0801 Understanding Data Modeling In Cassandra
    • 0802 Using A WHERE Clause
    • 0803 Understanding Secondary Indexes
    • 0804 Creating A Secondary Index
    • 0805 Defining A Composite Partition Key
    • 0806 Pop Quiz
  • 09. Creating An Application
    • 0901 Understanding Cassandra Drivers
    • 0902 Exploring The DataStax Java Driver
    • 0903 Setting Up A Development Environment
    • 0904 Creating An Application Page
    • 0905 Acquiring The DataStax Java Driver Files
    • 0906 Getting The DataStax Java Driver Files Through Maven
    • 0907 Providing The DataStax Java Driver Files Manually
    • 0908 Connecting To A Cassandra Cluster
    • 0909 Executing A Query
    • 0910 Displaying Query Results - Part 1
    • 0911 Displaying Query Results - Part 2
    • 0912 Using An MVC Pattern
    • 0913 Pop Quiz
    • 0914 Lab: Create A Second Application - Part 1
    • 0915 Lab: Create A Second Application - Part 2
    • 0916 Lab: Create A Second Application - Part 3
  • 10. Updating And Deleting Data
    • 1001 Updating Data
    • 1002 Understanding How Updating Works
    • 1003 Deleting Data
    • 1004 Understanding Tombstones
    • 1005 Using TTLs
    • 1006 Updating A TTL
    • 1007 Pop Quiz
    • 1008 Lab: Update And Delete Data
  • 11. Selecting Hardware
    • 1101 Understanding Hardware Choices
    • 1102 Understanding RAM And CPU Recommendations
    • 1103 Selecting Storage
    • 1104 Deploying In The Cloud
    • 1105 Pop Quiz
  • 12. Adding Nodes To A Cluster
    • 1201 Understanding Cassandra Nodes
    • 1202 Having A Network Connection - Part 1
    • 1203 Having A Network Connection - Part 2
    • 1204 Having A Network Connection - Part 3
    • 1205 Specifying The IP Address Of A Node In Cassandra
    • 1206 Specifying Seed Nodes
    • 1207 Bootstrapping A Node
    • 1208 Cleaning Up A Node
    • 1209 Using cassandra-stress
    • 1210 Pop Quiz
    • 1211 Lab: Add A Third Node
  • 13. Monitoring A Cluster
    • 1301 Understanding Cassandra Monitoring Tools
    • 1302 Using Nodetool
    • 1303 Using JConsole
    • 1304 Learning About OpsCenter
    • 1305 Pop Quiz
  • 14. Repairing Nodes
    • 1401 Understanding Repair
    • 1402 Repairing Nodes
    • 1403 Understanding Consistency - Part 1
    • 1404 Understanding Consistency - Part 2
    • 1405 Understanding Hinted Handoff
    • 1406 Understanding Read Repair
    • 1407 Pop Quiz
    • 1408 Lab: Repair Nodes For A Keyspace
  • 15. Removing A Node
    • 1501 Understanding Removing A Node
    • 1502 Decommissioning A Node
    • 1503 Putting A Node Back Into Service
    • 1504 Removing A Dead Node
    • 1505 Pop Quiz
    • 1506 Lab: Put A Node Back Into Service
  • 16. Redefining A Cluster For Multiple Data Centers
    • 1601 Redefining For Multiple Data Centers - Part 1
    • 1602 Redefining For Multiple Data Centers - Part 2
    • 1603 Changing Snitch Type
    • 1604 Modifying cassandra-rackdc.properties
    • 1605 Changing Replication Strategy - Part 1
    • 1606 Changing Replication Strategy - Part 2
    • 1607 Pop Quiz
  • 17. Resources For Further Learning
    • 1701 Accessing Documentation
    • 1702 Reading Blogs And Books
    • 1703 Watching Video Recordings
    • 1704 Posting Questions
    • 1705 Attending Events
    • 1706 Wrap Up

Additional information

Digital Download FAQs

Q: What is a digital download?

A digital download is training that you download from the internet using your web browser instead of us shipping you a physical CD.

Q: How instant is the "Instant Purchase"?

If you complete your purchase, you are emailed your access key within minutes of the transaction completing.

Q: How do I access my digital download purchase?

Once you complete your purchase, you will receive an email with an Access Key, and instructions on how to download your purchase. You will enter that Access Key...

Learning Apache Cassandra Training Video

£ 99.51 + VAT

*Indicative price

Original amount in AUD:

$ 189