Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
ПΣӨƧӨFƬ
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
ℛeℙ@¢ᴋ€r
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
大†Shinegumi†大
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
missyou123
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
Engh3
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
ronaldinho424
Apache Kafka Complete Developer's  Guide Vote_lcapApache Kafka Complete Developer's  Guide Voting_barApache Kafka Complete Developer's  Guide Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Ample Sound Ample Guitar L v3.7.0 (Win/macOS)
Apache Kafka Complete Developer's  Guide EmptyHoy a las 8:13 am por missyou123

» Cockos REAPER 7.18 (x86/x64)
Apache Kafka Complete Developer's  Guide EmptyAyer a las 5:22 pm por ПΣӨƧӨFƬ

» OpenCloner Ripper 2024 7.20.131 (x64) Multilingual
Apache Kafka Complete Developer's  Guide EmptyAyer a las 1:30 pm por ronaldinho424

» illustrate TuneFUSION R2024-06-28 Retail
Apache Kafka Complete Developer's  Guide EmptyAyer a las 1:26 pm por ronaldinho424

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Apache Kafka Complete Developer's  Guide EmptyAyer a las 1:22 pm por ronaldinho424

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Apache Kafka Complete Developer's  Guide EmptyAyer a las 1:18 pm por ronaldinho424

» Irix HDR Pro / Classic Pro 2.3.28
Apache Kafka Complete Developer's  Guide EmptyAyer a las 4:27 am por missyou123

» Ashampoo AntiSpy Pro 1.6.0 Multilingual
Apache Kafka Complete Developer's  Guide EmptyVie Jul 05, 2024 7:58 pm por 大†Shinegumi†大

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Apache Kafka Complete Developer's  Guide EmptyVie Jul 05, 2024 7:51 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Apache Kafka Complete Developer's Guide

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Apache Kafka Complete Developer's  Guide Empty
MensajeTema: Apache Kafka Complete Developer's Guide   Apache Kafka Complete Developer's  Guide EmptyJue Abr 02, 2020 11:47 am

Apache Kafka Complete Developer's  Guide De62a401cc592cadf540a8636e7c1a1d

Apache Kafka Complete Developer's Guide
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 5.01 GB
Genre: eLearning Video | Duration: 129 lectures (8 hour, 35 mins) | Language: English
Learn core Apache Kafka features, create Java, Node.js, Python Producers and Consumers. Full Kafka hands-on experience!

What you'll learn

Understand how Apache Kafka works
Create fault-tolerant clusters with topics replication across multiple brokers
Apache Kafka Architecture
How to create Kafka cluster with multiple Brokers
Practice to create producers and consumers using built-in console producer and console consumer
Write custom producer and consumer in Java
Use Python and Node to produce and consume messages
Learn components of the Apache Kafka Cluster

Requirements

You could have completely no prior knowledge about Apache Kafka
Prepare only your Mac, Windows or Linux/Unix computer. Anything will work.
Also you could know nothing about Java, Node or Python. I will explain all of these from beginning
We will start from the very beginning by installing Apache Kafka and exploring it's components

Description

This course is all about Apache Kafka

Understand HOW Apache Kafka works and learn its core features ON PRACTICE. This is 80% practice course without no useless demos!

Build custom Apache Kafka Producers and Consumers using native Java API. Also you will build projects using APIs for other programming languages like Node.js and Python.

Become a master of Apache Kafka by understanding and practicing its architecture and main features.

All project files and mostly used commands are available in the GitHub repository.

This is the most complete practical Apache Kafka guide here on Udemy that includes tons of practical activities. Most important is that you will learn how Apache Kafka works and knowing it you will be able much more easier use its features and fix mistakes in the future after you'll finish this course. You can have zero knowledge about Apache Kafka, Java, Node.js or Python. All will be taught from scratch, from basic to advanced features. If you want to get deep knowledge of Apache Kafka this course is for you!

We will start by installing Apache Kafka on your computer, VPS (Virtual Private Server) or Virtual Machine on your computer. You will learn that installation of Apache Kafka is pretty easy - you just need to download archive with executable scripts and run them. Also you will learn and practice how to run multiple brokers on the same computer.

Afterwards we will jump into tons of practice activities and use different Apache Kafka features and built-in scripts. You will launch Zookeeper, multiple Brokers, Console Consumer and Console Producer. Also you will test performance of the Kafka Cluster using built-in utility called Performance Monitor.

In practice sections you will perform multiple practice Apache activities:

Create cluster with multiple brokers

Create topic with multiple partitions spread across different brokers

Create topics with replication factor that allows you to store copy of every message on different brokers for redundancy

Produce messages using built-in Console Producer

Consume messages using built-in Console Consumer

Launch multiple consumers in the same consumer group

Launch Performance Monitor for testing Consumers and Producers performance and speed

You will also learn and practice how to use Apache Kafka API to create your own Consumers and Producers

Create Java Maven project

Launch Producer and Consumer using Java

Launch multiple consumers in the same Consumer Group

Understand and practice difference between "subscribe" and "assign"

Create Node.js project

Launch Producers and Consumers using Node.js

Create Python project

Launch Producers and Consumers using Python

During the course you will need to view and edit text files. For that you will NOT use terminal. Instead you will use GUI application VisualStudio Code. Also all configuration files and project files are available in the GitHub repository. This means that during this course you will also learn how to use :

Git and GitHub

VisualStudio Code

With this course you will get lifetime-long access to more than 100 lectures and tens of practical exercises. After the course you will become a guru of Apache Kafka and will be able easily create custom Apache Kafka Producers and Consumers.

But most important is that you will UNDERSTAND Apache Kafka.

Who this course is for:

Beginners who want to learn Apache Kafka
Advanced Apache Kafka users who want to learn how to build producers and consumers in other languages like Node or Python
This course is for you if you want to PRACTICE using Kafka and it's APIs

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/28c86d760da6ae85153057cee2ded5e2/0zdoz.Apache.Kafka.Complete.Developers.Guide.part1.rar.html
https://rapidgator.net/file/9b0671121b3fbab7bf65d8857daa08ad/0zdoz.Apache.Kafka.Complete.Developers.Guide.part2.rar.html
https://rapidgator.net/file/483bd1056d02c539e321820d7549203f/0zdoz.Apache.Kafka.Complete.Developers.Guide.part3.rar.html
https://rapidgator.net/file/58f44ca8e92058139999e9b52abb68c7/0zdoz.Apache.Kafka.Complete.Developers.Guide.part4.rar.html
https://rapidgator.net/file/aa064a87c15e16b1fb71e7d0c288decf/0zdoz.Apache.Kafka.Complete.Developers.Guide.part5.rar.html
https://rapidgator.net/file/4d6849eac47f43f75b9d2f27c4a6ac4a/0zdoz.Apache.Kafka.Complete.Developers.Guide.part6.rar.html

nitroflare_com:
https://nitroflare.com/view/42729EEE905559B/0zdoz.Apache.Kafka.Complete.Developers.Guide.part1.rar
https://nitroflare.com/view/DB55D8906B5BAB8/0zdoz.Apache.Kafka.Complete.Developers.Guide.part2.rar
https://nitroflare.com/view/6D7732C907079D5/0zdoz.Apache.Kafka.Complete.Developers.Guide.part3.rar
https://nitroflare.com/view/598DB97DAB0130E/0zdoz.Apache.Kafka.Complete.Developers.Guide.part4.rar
https://nitroflare.com/view/EA9E032FF058214/0zdoz.Apache.Kafka.Complete.Developers.Guide.part5.rar
https://nitroflare.com/view/7BEFE1BE11AE472/0zdoz.Apache.Kafka.Complete.Developers.Guide.part6.rar

uploadgig_com:
http://uploadgig.com/file/download/312a8B11429ebB25/0zdoz.Apache.Kafka.Complete.Developers.Guide.part1.rar
http://uploadgig.com/file/download/f4dc30aBBCe7697e/0zdoz.Apache.Kafka.Complete.Developers.Guide.part2.rar
http://uploadgig.com/file/download/de910a44336622dD/0zdoz.Apache.Kafka.Complete.Developers.Guide.part3.rar
http://uploadgig.com/file/download/699BC6c517090526/0zdoz.Apache.Kafka.Complete.Developers.Guide.part4.rar
http://uploadgig.com/file/download/3e952b1b260c6b34/0zdoz.Apache.Kafka.Complete.Developers.Guide.part5.rar
http://uploadgig.com/file/download/3acc1afd3F512644/0zdoz.Apache.Kafka.Complete.Developers.Guide.part6.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Apache Kafka Complete Developer's Guide

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Apache kafka™ - A Complete Hands-on Kafka Developer's Guide
» Apache kafka™ - A Complete Hands-on Kafka Developer's Guide
» Apache Kafka for Developers using Spring Boot[LatestEdition]
» Apache Kafka for Beginners - Learn Kafka by Hands-On
» The Complete Php 7 Guide For Web Developers

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-