Dataflow and reactive programming systems: a practical guide to developing dataflow and reactive programming systems by Matt Carkci
Author: Matt Carkci
ISBN: 978-1-4974-2244-5
Published: 30 April 2014
Pages: 160
Abstract – About this Book
Dataflow concepts are the heart of Reactive Programming, Flow-Based Programming, Unix pipes, Actors and message passing in general.
Dataflow-based systems are easy to design once you understand the large number of implementation details that could drastically change how the system operates. Understanding these vectors of change is important so you don’t waste your time developing the wrong system.
Embedded dataflow-like languages are used in a wide range of applications. Video games, web pages, circuit simulation and music production are just a few of the domains that have been using dataflow for years. Every one of those has a specialized dataflow engine designed for the task at hand. This book will help y ou understand the whole dataflow universe before starting your own system.
By the end of the book you will understand…
– All possible design choices with dataflow-like systems