From 28df6a59f96ceb9a9f029d867f9524b447552c2e Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Fri, 19 May 2017 15:57:46 -0400 Subject: [PATCH] build a distributed steaming system with python and kafka --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdd4dea..4bb3714 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) * [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/) * [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b) +* [Build a Distributed Streaming System with Python and Kafka](https://scotch.io/tutorials/build-a-distributed-streaming-system-with-apache-kafka-and-python) ## Go: * [Create a Real Time Chat App with Golang, Angular 2, and WebSocket](https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/)