2019. 8. 2. 13:25ㆍ꿀팁 분석 환경 설정/Kafka
Kafka에 대한 기본 개념들
Topic, Broker, Publish-subscribe messaging system ... and Use Cases
https://www.cloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-is-apache-kafka.html
Part 1: Apache Kafka for beginners - What is Apache Kafka? - CloudKarafka, Apache Kafka Message streaming as a Service
The first part of Apache Kafka for beginners explains what Kafka is - a publish-subscribe-based durable messaging system that is exchanging data between processes, applications, and servers. It will give you a brief understanding of messaging and distribut
www.cloudkarafka.com
Java Code
Part 2.2: Getting started with Apache Kafka and Java - CloudKarafka, Apache Kafka Message streaming as a Service
Part 2.2 of Apache Kafka for beginners - Sample code for Java! This tutorial contains step-by-step instructions that show how to set up a secure connection, how to publish to a topic, and how to consume from a topic in Apache Kafka. The previous article ex
www.cloudkarafka.com
Python code
Part 2.3: Getting started with Apache Kafka and Python - CloudKarafka, Apache Kafka Message streaming as a Service
Part 2.3 of Apache Kafka for beginners - Sample code for Python! This tutorial contains step-by-step instructions that show how to set up a secure connection, how to publish to a topic, and how to consume from a topic in Apache Kafka. The previous article
www.cloudkarafka.com
https://github.com/CloudKarafka/python-kafka-example/blob/master/producer.py
CloudKarafka/python-kafka-example
Contribute to CloudKarafka/python-kafka-example development by creating an account on GitHub.
github.com
'꿀팁 분석 환경 설정 > Kafka' 카테고리의 다른 글
카프카 데이터 플랫폼의 최강자 (1장 ~50pg) (0) | 2019.08.17 |
---|---|
Celery란? 좋은 자료 (1) | 2019.08.10 |
python-Kafka Example (0) | 2019.08.06 |
Kafka topic 만들고 써보고 제거해보기 (0) | 2019.08.04 |
Kafka 기본 개념 및 장점 설명 (0) | 2019.08.02 |