Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.5 KB

apache-kafka.md

File metadata and controls

39 lines (33 loc) · 2.5 KB

Bookmarks tagged [apache-kafka]

https://github.com/dpkp/kafka-python

The Python client for Apache Kafka.


https://www.confluent.io/blog/apache-kafka-for-service-architectures/

Learn how Apache Kafka differs from traditional messaging technologies, configurations you should consider, and patterns you should implement or avoid.


https://engineering.salesforce.com/how-apache-kafka-inspired-our-platform-events-architecture-2f351f...

There’s a class of scalability challenges that are best approached using an asynchronous, event-driven architecture — particularly when it comes to doing data integrations.


http://kafka.apache.org/

Apache Kafka: A Distributed Streaming Platform.


https://www.youtube.com/watch?v=I32hmY4diFY

Neha Narkhede talks about the experience at LinkedIn moving from batch-oriented ETL to real-time streams using Apache Kafka and how the design and implementation of Kafka was driven by this goal of ac...