【Engineering】Dataflow Model

Posted by 西维蜀黍 on 2022-01-09, Last Modified on 2024-01-15

Model of Dataflow

there are many ways data can flow from one process to another. Who encodes the data, and who decodes it? In the rest of this chapter we will explore some of the most common ways how data flows between processes:

  1. Via databases
  2. Via service calls (i.e., Dataflow Through Services: REST and RPC)
  3. Via asynchronous message passing