Description
Summary
Streaming Data introduces the concepts and requirements of streaming and real-time data systems. The book is an idea-rich tutorial that teaches you to take into accounts how to efficiently interact with fast-flowing data.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
As humans, we’re repeatedly filtering and deciphering the information streaming toward us. In the same way, streaming data applications can accomplish amazing tasks like reading live location data to recommend nearby services and products, tracking faults with machinery in real time, and sending digital receipts before your customers leave the shop. Up to date advances in streaming data technology and techniques make it conceivable for any developer to build these applications if they have got the right mindset. This book will can help you sign up for them.
About the Book
Streaming Data is an idea-rich tutorial that teaches you to take into accounts efficiently interacting with fast-flowing data. Through relevant examples and illustrated use cases, you’ll be able to explore designs for applications that read, analyze, share, and store streaming data. Along the way, you’ll be able to discover the roles of key technologies like Spark, Storm, Kafka, Flink, RabbitMQ, and more. This book offers the very best balance between big-picture thinking and implementation details.
What’s Inside
- The right way to collect real-time data
- Architecting a streaming pipeline
- Analyzing the data
- Which technologies to use and when
About the Reader
Written for developers familiar with relational database concepts. No experience with streaming or real-time applications required.
About the Author
Andrew Psaltis is a software engineer focused on massively scalable real-time analytics.
Table of Contents
- Introducing streaming data
- Getting data from clients: data ingestion
- Transporting the data from collection tier: decoupling the data pipeline
- Analyzing streaming data
- Algorithms for data analysis
- Storing the analyzed or collected data
- Making the data available
- Consumer device capabilities and limitations accessing the data
- Analyzing Meetup RSVPs in real time