Local, instructor-led live Apache Kafka training courses demonstrate through interactive discussion and hands-on practice how to set up and operate a Kafka message broker.
Kafka training is available as "onsite live training" or "remote live training". Onsite live Apache Kafka trainings in the UAE can be carried out locally on customer premises or in NobleProg corporate training centers. Remote live training is carried out by way of an interactive, remote desktop.
Kafka training courses cover integration of Kafka with other Big Data systems as well as how to set up real-time data pipelines for streaming applications.
NobleProg -- Your Local Training Provider
What did you like the most about the training?: Practical examples.
Jorge Creixell - Fyber GmbH
Course: Distributed Messaging with Apache Kafka
What did you like the most about the training?: Interactivity.
Alan Daud - Fyber GmbH
Course: Distributed Messaging with Apache Kafka
A very professional good style which created an open and positive atmosphere among all participants.
Heiko Michel - Lufthansa Systems GmbH & Co KG
Course: Distributed Messaging with Apache Kafka
Informative and had correct level of detail I believe.
Asif Akhtar
Course: Distributed Messaging with Apache Kafka
I really was benefit from the easy to follow.
Zach Henke
Course: Distributed Messaging with Apache Kafka
The exercises, and especially when they didn't work (obviously my fault but fault finding is part of the job).
Peter Hendriks
Course: Distributed Messaging with Apache Kafka
I found the programming example interesting.
Rostislaw Krassow
Course: Distributed Messaging with Apache Kafka
I mostly liked the knowledge of the Trainer.
Christian Langer
Course: Distributed Messaging with Apache Kafka
I genuinely liked the detail explanations, well prepared document.
Allen Jeong
Course: Distributed Messaging with Apache Kafka
I was benefit from the practical advice (for Kafka configuration and management).
OLAmobile
Course: Distributed Messaging with Apache Kafka
I was benefit from the practical examples, trainer new what he is talking about.
Rumos
Course: Distributed Messaging with Apache Kafka
The trainer really knows Kafka very well, and has a lot of production experience in the matter.
Matej Puntra
Course: Distributed Messaging with Apache Kafka
The training was steered in the direction what the team wanted. The trainer is too good with vast experience in handling concepts like capability, performance, development and deployment standards and very swift in the training in addressing queries from different levels like regarding code, design, architecture and best practices etc.
Sarita Velagapudi - Welcome Real-time (ASPAC) Pte Ltd
Course: Distributed Messaging with Apache Kafka
Concepts, the way it presented, very communicative, very helpful, wide knowledge.
Sreenivasulu Narasingu - Welcome Real-time (ASPAC) Pte Ltd
Course: Distributed Messaging with Apache Kafka
I mostly enjoyed the amount of topics covered.
Ipreo
Course: Distributed Messaging with Apache Kafka
Be able to talk easily with the trainer.
VSC Technologies
Course: Distributed Messaging with Apache Kafka
The instructor gives his time in explaining the topics and we see a lot in detail in question of installation of the necessary software to have kafka corriendp
Juan Manuel Del Alto - Hewlett Packard Centro de Servicios Globales S de RL
Course: Distributed Messaging with Apache Kafka
Translated by
The coach's approach, the way of transferring knowledge.
Ośrodek Przetwarzania Informacji-Państwowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
way of conducting, practical exercises
darek lesiak - Ośrodek Przetwarzania Informacji-Państwowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
subject
Ośrodek Przetwarzania Informacji-Państwowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
interactivity, contact with the trainer and its objectivity
Ośrodek Przetwarzania Informacji-Pańswowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
Good contact with listeners, considerable knowledge of the trainer.
Ośrodek Przetwarzania Informacji-Pańswowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
Interesting examples of exercises
Ośrodek Przetwarzania Informacji-Pańswowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
Interesting exercises, presenting the architecture and operation of Apache Kafka on diagrams.
Damian Niesteruk - Ośrodek Przetwarzania Informacji-Pańswowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
The undoubted advantage of the lecturer is undoubtedly knowledge.
Ośrodek Przetwarzania Informacji-Pańswowy Instytut Badawczy
Course: Distributed Messaging with Apache Kafka
Translated by
Code | Name | Duration | Overview |
---|---|---|---|
kafka1 | Distributed Messaging with Apache Kafka | 14 hours | This course is for enterprise architects, developers, system administrators and anyone who wants to understand and use a high-throughput distributed messaging system. If you have more specific requirements (e.g. only system administration side), this course can be tailored to better suit your needs. |
samza | Samza for Stream Processing | 14 hours | Apache Samza is an open-source near-realtime, asynchronous computational framework for stream processing. It uses Apache Kafka for messaging, and Apache Hadoop YARN for fault tolerance, processor isolation, security, and resource management. This instructor-led, live training introduces the principles behind messaging systems and distributed stream processing, while walking participants through the creation of a sample Samza-based project and job execution. By the end of this training, participants will be able to: - Use Samza to simplify the code needed to produce and consume messages. - Decouple the handling of messages from an application. - Use Samza to implement near-realtime asynchronous computation. - Use stream processing to provide a higher level of abstraction over messaging systems. Audience - Developers Format of the course - Part lecture, part discussion, exercises and heavy hands-on practice |
kafkastreams | Building Stream Processing Applications with Kafka Streams | 7 hours | Kafka Streams is a client-side library for building applications and microservices whose data is passed to and from a Kafka messaging system. Traditionally, Apache Kafka has relied on Apache Spark or Apache Storm to process data between message producers and consumers. By calling the Kafka Streams API from within an application, data can be processed directly within Kafka, bypassing the need for sending the data to a separate cluster for processing. In this instructor-led, live training, participants will learn how to integrate Kafka Streams into a set of sample Java applications that pass data to and from Apache Kafka for stream processing. By the end of this training, participants will be able to: - Understand Kafka Streams features and advantages over other stream processing frameworks - Process stream data directly within a Kafka cluster - Write a Java or Scala application or microservice that integrates with Kafka and Kafka Streams - Write concise code that transforms input Kafka topics into output Kafka topics - Build, package and deploy the application Audience - Developers Format of the course - Part lecture, part discussion, exercises and heavy hands-on practice Notes - To request a customized training for this course, please contact us to arrange |
introtostreamprocessing | A Practical Introduction to Stream Processing | 21 hours | Stream Processing refers to the real-time processing of "data in motion", that is, performing computations on data as it is being received. Such data is read as continuous streams from data sources such as sensor events, website user activity, financial trades, credit card swipes, click streams, etc. Stream Processing frameworks are able to read large volumes of incoming data and provide valuable insights almost instantaneously. In this instructor-led, live training (onsite or remote), participants will learn how to set up and integrate different Stream Processing frameworks with existing big data storage systems and related software applications and microservices. By the end of this training, participants will be able to: - Install and configure different Stream Processing frameworks, such as Spark Streaming and Kafka Streaming - Understand and select the most appropriate framework for the job - Process of data continuously, concurrently, and in a record-by-record fashion - Integrate Stream Processing solutions with existing databases, data warehouses, data lakes, etc. - Integrating the most appropriate stream processing library with enterprise applications and microservices Audience - Developers - Software architects Format of the Course - Part lecture, part discussion, exercises and heavy hands-on practice Notes - To request a customized training for this course, please contact us to arrange. |
confluent | Building Kafka Solutions with Confluent | 14 hours | This instructor-led, live training (onsite or remote) is aimed at engineers who wish to use Confluent (a distribution of Kafka) to build and manage a real-time data processing platform for their applications. By the end of this training, participants will be able to: - Install and configure Confluent Platform. - Use Confluent's management tools and services to run Kafka more easily. - Store and process incoming stream data. - Optimize and manage Kafka clusters. - Secure data streams. Format of the Course - Interactive lecture and discussion. - Lots of exercises and practice. - Hands-on implementation in a live-lab environment. Course Customization Options - This course is based on the open source version of Confluent: Confluent Open Source. - To request a customized training for this course, please contact us to arrange. |
datapipeline | Building Data Pipelines with Apache Kafka | 7 hours | Apache Kafka is a distributed streaming platform. It is de facto a standard for building data pipelines and it solves a lot of different use-cases around data processing: it can be used as a message queue, distributed log, stream processor, etc. We'll start with some theory behind data pipelines in general, then continue with fundamental concepts behind Kafka. We'll also discover important components like Kafka Streams and Kafka Connect. |
Course | Course Date | Course Price [Remote / Classroom] |
---|---|---|
Building Kafka Solutions with Confluent - Dubai | Wed, 2019-04-10 09:30 | 11700AED / 17600AED |
Building Data Pipelines with Apache Kafka - Dubai | Wed, 2019-05-08 09:30 | 5850AED / 9900AED |
Building Kafka Solutions with Confluent - Dubai | Sun, 2019-06-09 09:30 | 11700AED / 17600AED |
Building Data Pipelines with Apache Kafka - Dubai | Wed, 2019-06-26 09:30 | 5850AED / 9900AED |
Building Kafka Solutions with Confluent - Dubai | Tue, 2019-07-30 09:30 | 11700AED / 17600AED |
Course | Venue | Course Date | Course Price [Remote / Classroom] |
---|---|---|---|
Big Data Analytics in Health | Dubai | Mon, 2019-03-11 09:30 | 17550AED / 25300AED |
Introduction to AUTOSAR RTE for Automotive Software Professionals | Dubai | Tue, 2019-03-26 09:30 | 13230AED / 19130AED |
C++ for Embedded Systems | Dubai | Tue, 2019-04-09 09:30 | 19845AED / 27595AED |
jBPM for Process Designers | Dubai | Mon, 2019-04-15 09:30 | 26460AED / 36060AED |
Machine Learning in business – AI/Robotics | Dubai | Wed, 2019-04-17 09:30 | 13230AED / 19130AED |
We are looking to expand our presence in Jordan!
If you are interested in running a high-tech, high-quality training and consulting business.
Apply now!