1
0
Fork
You've already forked flow
0
Experimental dataflow & Flow-based Programming (FBP) in Go
  • Go 99.2%
  • CoffeeScript 0.6%
  • Makefile 0.2%
2023年09月23日 16:34:05 +02:00
example simplify and better logging 2014年03月24日 12:54:52 +01:00
gadgets simplify 2019年02月21日 12:23:52 +01:00
.travis.yml add Travis CI and badges 2014年03月04日 01:10:58 +01:00
bench_test.go move benchmarks to separate file 2014年04月04日 19:24:26 +02:00
circuit.go reverting the master branch to tags/recovery 2014年06月27日 23:43:31 +02:00
dispatch.go simplify and better logging 2014年03月24日 12:54:52 +01:00
dispatch_test.go massive terminology renames 2014年03月15日 12:53:07 +01:00
doc.go tweak 2014年03月20日 10:33:40 +01:00
flow.go reverting the master branch to tags/recovery 2014年06月27日 23:43:31 +02:00
flow_test.go move benchmarks to separate file 2014年04月04日 19:24:26 +02:00
gadget.go reverting the master branch to tags/recovery 2014年06月27日 23:43:31 +02:00
image.png rename image 2014年03月15日 17:49:10 +01:00
load.go new AddTag gadget 2014年03月25日 00:32:26 +01:00
README.md url change 2014年03月19日 13:04:40 +01:00
rpc.go simplify and improve test 2014年06月02日 15:46:11 +02:00
rpc_test.go simplify and improve test 2014年06月02日 15:46:11 +02:00
runner.go move parseDescription to JeeBus 2014年04月03日 18:30:11 +02:00
UNLICENSE fix url 2023年09月23日 16:34:05 +02:00

An experiment with dataflow programming in Go. Massively inspired by Paul Morrison's
Flow-based Programming (FBP) and Vladimir Sibirov's goflow implementation in Go.

GoDoc Travis Status License

The homepage, discussion forum, and issue tracker are at JeeLabs.