Merge pull request #267 from joshfischer1108/update-readme

Update README.md
This commit is contained in:
Vincent Koc
2020-07-24 13:38:15 +10:00
committed by GitHub

View File

@@ -742,6 +742,7 @@ for Data Analytics at Twitter.
* [Kafka in Action](https://www.manning.com/books/kafka-in-action) - Kafka in Action is a fast-paced introduction to every aspect of working with Kafka you need to really reap its benefits.
* [Fusion in Action](https://www.manning.com/books/fusion-in-action) - Fusion in Action teaches you to build a full-featured data analytics pipeline, including document and data search and distributed data clustering.
* [Reactive Data Handling](https://www.manning.com/books/reactive-data-handling) - Reactive Data Handling is a collection of five hand-picked chapters, selected by Manuel Bernhardt, that introduce you to building reactive applications capable of handling real-time processing with large data loads--free eBook!
* [Grokking Streaming Systems](https://www.manning.com/books/grokking-streaming-systems) - Grokking Streaming Systems helps you unravel what streaming systems are, how they work, and whether theyre right for your business. Written to be tool-agnostic, youll be able to apply what you learn no matter which framework you choose.
#### Distributed systems
* [Distributed Systems for fun and profit](http://book.mixu.net/distsys/) Theory of distributed systems. Include parts about time and ordering, replication and impossibility results.