Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.21 KB

Fan-Out/Fan-In Example

An implementation with the following model.


                                     +------------------+
                                     | Transform        |
                                     +------------------+
                               +-----> Instant   String +----+
        +-----------------+    |     |                  |    |    +-----------------+
        | Source          |    |     |     Counter      |    |    | Sink            |
        +-----------------+    |     |                  |    |    +-----------------+
        |         Instant +----+     +------------------+    +----> String          |
        |                 |    |     +------------------+    |    |                 |
        |      Timer      |    |     | Transform        |    |    |     Stdout      |
        |                 |    |     +------------------+    |    |                 |
        +-----------------+    +-----> Instant   String +----+    +-----------------+
                                     |                  |
                                     |   Elapsed Time   |
                                     |                  |
                                     +------------------+