Apache Kafka + Cassandra Combo Course

Apache Kafka, Apache Cassandra, with a dash of Apache Spark Streaming, is a potent combination. Working in tandem in your architecture, the technologies can take on many otherwise troubling use cases.
Apache Kafka is an open-source stream processing platform and a high-performance real-time messaging system that can process millions of messages per second. It provides a distributed and partitioned messaging system that is highly fault tolerant. This Kafka Training course will guide participants through Kafka architecture, installation, interfaces and configuration on their way to learning the advanced concepts of Big Data.

Apache Cassandra is a free, open-source project and a second-generation distributed No SQL database and is considered to be the best choice for high availability and scalability databases, particularly when dealing with large amounts of data. Cassandra supports replication across multiple data centres, while also making the write and read processes highly scalable by offering tenable consistency. This Apache Cassandra training course will provide you with an overview of the fundamentals of Big Data and No SQL databases, an understanding of Cassandra and its features, architecture and data model.

img
request

Can’t find a batch you were looking for?

 

Apache Kafka, Apache Cassandra, with a dash of Apache Spark Streaming, is a potent combination. Working in tandem in your architecture, the technologies can take on many otherwise troubling use cases.

Apache Kafka is an open-source stream processing platform and a high-performance real-time messaging system that can process millions of messages per second. It provides a distributed and partitioned messaging system that is highly fault tolerant. This Kafka Training course will guide participants through Kafka architecture, installation, interfaces and configuration on their way to learning the advanced concepts of Big Data.

Apache Cassandra is a free, open-source project and a second-generation distributed No SQL database and is considered to be the best choice for high availability and scalability databases, particularly when dealing with large amounts of data. Cassandra supports replication across multiple data centres, while also making the write and read processes highly scalable by offering tenable consistency. This Apache Cassandra training course will provide you with an overview of the fundamentals of Big Data and No SQL databases, an understanding of Cassandra and its features, architecture and data model.

   

Course content

 

Apache Kafka

 

GETTING STARTED
  • Introduction
  • Use Cases
  • Quick Start
  • Ecosystem
  • Upgrading
APIS
  • Producer API
  • Consumer API
  • Streams API
  • Connect API
  • Admin API
CONFIGURATION
  • Broker Configs
  • Topic Configs
  • Producer Configs
  • Consumer Configs
  • Kafka Connect Configs
  • Kafka Streams Configs
  • Admin Client Configs
DESIGN
  • Motivation
  • Persistence
  • Efficiency
  • The Producer
  • The Consumer
  • Message Delivery Semantics
  • Replication
  • Log Compaction
  • Quotas
IMPLEMENTATION
  • Network Layer
  • Messages
  • Message format
  • Log
  • Distribution
OPERATIONS
  • Basic Kafka Operations
  • Adding and removing topics
  • Modifying topics
  • Graceful shutdown
  • Balancing leadership
  • Checking consumer position
  • Mirroring data between clusters
  • Expanding your cluster
  • Decommissioning brokers
  • Increasing replication factor
  • Datacenters
  • Important Configs
  • Important Client Configs
  • A Production Server Configs
  • Java Version
  • Hardware and OS
  • OS
  • Disks and Filesystems
  • Application vs OS Flush Management
  • Linux Flush Behavior
  • Ext4 Notes
  • Monitoring
  • Selector Monitoring
  • Common Node Monitoring
  • Producer Monitoring
  • Consumer Monitoring
  • Connect Monitoring
  • Streams Monitoring
  • Others
  • ZooKeeper
  • Stable Version
  • Operationalization
SECURITY
  • Security Overview
  • Encryption and Authentication using SSL
  • Authentication using SASL
  • Authorization and ACLs
  • Incorporating Security Features in a Running Cluster
  • ZooKeeper Authentication
  • New Clusters
  • ZooKeeper SASL Authentication
  • ZooKeeper Mutual TLS Authentication
  • Migrating Clusters
  • Migrating the ZooKeeper Ensemble
  • ZooKeeper Quorum Mutual TLS Authentication
  • ZooKeeper Encryption
KAFKA CONNECT
  • Overview
  • User Guide
  • Running Kafka Connect
  • Configuring Connectors
  • Transformations
  • REST API
  • Connector Development Guide
KAFKA STREAMS
  • Play with a Streams Application
  • Write your own Streams Applications
  • Developer Manual
  • Core Concepts
  • Architecture
  • Upgrade Guide

 

Apache Cassandra

 

 

Getting Started with the Architecture
  • Understanding that Cassandra is a Distributed Database
  • View Cassandra documentation
  • Learning What Snitch is For
  • Learning What Gossip is For
  • Check your understanding
  • Learning How Data Gets Distributed and Replicated
  • Access related documentation
  • View the course projects
Installing Cassandra
  • Downloading Cassandra
  • Locate the tarball
  • Ensuring Oracle Java is Installed
  • Check that Oracle Java 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
 Communicating with Cassandra
  • Understanding Ways to Communicate with Cassandra
  • View CQL commands
  • Using cqlsh
  • Access cqlsh
  • Use cqlsh
 Creating a Database
  • Understanding a Cassandra Database
  • View the existing keyspaces
  • Defining a Keyspace
  • Define a keyspace
  • Create a second database 
Creating a Table
  • Creating a Table
  • Enter a keyspace
  • Defining Columns and Data Types
  • Defining a Primary Key
  • Recognizing a Partition Key
  • Specifying a Descending Clustering Order
  • Create a second table
 Inserting Data
  • Understanding Ways to Write Data
  • Using the INSERT INTO command
  • Using the COPY command
  • Seeing How Data is Stored in Cassandra
  • Seeing How Data is Stored on Disk
  • See how data is stored on disk
  • Insert data
Modeling Data
  • Understanding Data Modeling in Cassandra
  • Understanding Secondary Indexes
  • Use a WHERE clause
  • Creating a Secondary Index
  • Defining a Composite Partition Key
Creating an Application
  • Understanding Cassandra Drivers
  • View the Cassandra drivers
  • Setting Up a Development Environment
  • Access a development environment
  • Creating an Application Page
  • Executing a Query
  • Displaying Query Results
  • Lab: Create A Second Application – Part 1
  • Lab: Create A Second Application – Part 2
  • Lab: Create A Second Application – Part 3
Updating and Deleting Data
  • Updating Data
  • Understanding How Updating Works
  • Get an inside view into how updating works
  • Deleting Data
  • Update and delete data
Selecting Hardware
  • Understanding Hardware Choices
  • Understanding RAM and CPU
  • Recommendations
  • Selecting Storage
  • Deploying In the Cloud
Adding Nodes to a Cluster
  • Understanding Cassandra Nodes
  • Having a Network Connection – Part 1
  • Having a Network Connection – Part 2
  • Having a Network Connection – Part 3
  • Specifying the IP Address Of A Node In
  • Cassandra
  • Specifying Seed Nodes
  • Bootstrapping a Node
  • Cleaning Up a Node
  • Using Cassandra-stress
  • Lab: Add a Third Node
Monitoring A Cluster
  • Understanding Cassandra Monitoring Tools
  • Using Node tool
  • Using J Console
  • Learning About Ops Centre
Repairing Nodes
  • Understanding Repair
  • Repairing Nodes
  • Understanding Consistency – Part 1
  • Understanding Consistency – Part 2
  • Understanding Hinted Handoff
  • Understanding Read Repair
  • Lab: Repair Nodes for a Key space
Removing a Node
  • Understanding Removing a Node
  • Decommissioning a Node
  • Putting a Node Back Into Service
  • Removing a Dead Node
  • Lab: Put a Node Back Into Service
Redefining a Cluster for Multiple Data Centres
  • Redefining For Multiple Data Centres – Part 1
  • Redefining For Multiple Data Centres – Part 2
  • Changing Snitch Type
  • Modifying cassandra-rackdc.properties
  • Changing Replication Strategy – Part 1
  • Changing Replication Strategy – Part 2

 

 

To see the full course content Download now

Course Prerequisites

 
  • Knowledge of any messaging system
  • Basic knowledge of Java or any programming language
  • Some knowledge of Linux- or Unix-based systems (nor required)

Who can attend

 

The Apache Kafka & Cassandra course is suitable for many roles, including:

 
  • Professionals aspiring for a career in Big Data
  • Analytics professionals, research professionals, IT developers, testers and project managers
  • Students
  • Individuals looking for a change in career

Number of Hours: 70hrs

Certification

  1. Cassandra Administrator Certification DS201, DS210
  2. Confluent certified Developer & Admin for Kafka

Key features

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Virtual Live Experience
  • Preparing for Certification

FAQs

DASVM Technologies offers 300+ IT training courses with 10+ years of Experienced Expert level Trainers.

  • One to One Training
  • Online Training
  • Fastrack & Normal Track
  • Resume Modification
  • Mock Interviews
  • Video Tutorials
  • Materials
  • Real Time Projects
  • Materials
  • Preparing for Certification

Call now: +91-99003 49889 and know the exciting offers available for you!

We working and coordinating with the companies exclusively to get placed. We have a placement cell focussing on training and placements in Bangalore. Our placement cell help more than 600+ students per year.

Learn from experts active in their field, not out-of-touch trainers. Leading practitioners who bring current best practices and case studies to sessions that fit into your work schedule. We have a pool of experts and trainers are composed with highly skilled and experienced in supporting you in specific tasks and provide professional support. 24x7 Learning support from mentors and a community of like-minded peers to resolve any conceptual doubts. Our trainers has contributed in the growth of our clients as well as professionals.

All of our highly qualified trainers are industry experts with at least 10-12 years of relevant teaching experience. Each of them has gone through a rigorous selection process which includes profile screening, technical evaluation, and a training demo before they are certified to train for us. We also ensure that only those trainers with a high alumni rating continue to train for us.

No worries. DASVM technologies assure that no one misses single lectures topics. We will reschedule the classes as per your convenience within the stipulated course duration with all such possibilities. If required you can even attend that topic with any other batches.

DASVM Technologies provides many suitable modes of training to the students like:

  • Classroom training
  • One to One training
  • Fast track training
  • Live Instructor LED Online training
  • Customized training

Yes, the access to the course material will be available for lifetime once you have enrolled into the course.

You will receive DASVM Technologies recognized course completion certification & we will help you to crack global certification with our training.

Yes, DASVM Technologies provides corporate trainings with Course Customization, Learning Analytics, Cloud Labs, Certifications, Real time Projects with 24x7 Support.

Yes, DASVM Technologies provides group discounts for its training programs. Depending on the group size, we offer discounts as per the terms and conditions.

We accept all major kinds of payment options. Cash, Card (Master, Visa, and Maestro, etc), Wallets, Net Banking, Cheques and etc.

DASVM Technologies has a no refund policy. Fees once paid will not be refunded. If the candidate is not able to attend a training batch, he/she is to reschedule for a future batch. Due Date for Balance should be cleared as per date given. If in case trainer got cancelled or unavailable to provide training DASVM will arrange training sessions with other backup trainer.

Your access to the Support Team is for lifetime and will be available 24/7. The team will help you in resolving queries, during and after the course.

Please Contact our course advisor +91-99003 49889. Or you can share your queries through info@dasvmtechnologies.com

like our courses