Created
October 26, 2018 11:33
-
-
Save jnv/7efa0a9f40aa4cf719949b51246c12f8 to your computer and use it in GitHub Desktop.
BakeryJS Example Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node index.js | |
dispatch on flow description: | |
building flow from SchemaObject | |
* process ********************************************************************** | |
* SERIAL ----------------------------------------------------------------------- | |
* | CONCURRENT ----------------------------------------------------------------- | |
* | - helloworld | |
* | ---------------------------------------------------------------------------- | |
* | CONCURRENT ----------------------------------------------------------------- | |
* | - wordcount | |
* | ---------------------------------------------------------------------------- | |
* ------------------------------------------------------------------------------ | |
******************************************************************************** | |
Program run -----> | |
Drain received a message { jobId: '0', text: 'Hello world!', words: 3 } | |
Drain received a message { jobId: '0', text: 'This is a bit longer text', words: 6 } | |
Drain received a message { jobId: '0', text: 'Ahoj světe!', words: 4 } | |
Drain received a message { jobId: '0', text: 'This text is shorter', words: 4 } | |
Drain received a message { jobId: '0', text: 'Bonjour monde!', words: 3 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment