-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thomas Young edited this page Jun 21, 2021
·
8 revisions
Welcome to the StreamWork(sw) Wiki!
StreamWork is a Flow Based(FBP) implementation in the Go language.
StreamWork parses a FBP network definition file(*.sw) and
builds an internal network model. Referencing the model, StreamWork
can build a runable Go program. StreamWork can also build a diagram,
generate and test a project tree with stubs and test code for all
non preexisting components, or print an abstract syntax tree.
StreamWork provides a convenient framework for building and executing a Go program from one or more separately defined and tested, collections of consistent, thread-safe, StreamWork components.