trustmaster/goflow
Flow-based and dataflow programming library for Go (golang) observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 86
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 11
- age_days: 5320
- days_rel: 89
- days_push: 89
- n_releases_24m: 2
Adoption not part of the score
1671 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GoFlow is a lean Flow-based Programming (FBP) library for Go that lets developers build applications as graphs of concurrent components connected by message-passing channels. Components run in parallel via goroutines and communicate through typed ports without sharing memory.
Use cases
- build concurrent data processing pipelines in Go
- model applications as dataflow graphs of components
- implement flow-based programming (FBP) architectures
- create reactive event-driven systems with isolated components
- wire up parallel processing networks using goroutines and channels
- structure stream processing as reusable black-box components
When to choose
- you want to design Go applications as graphs of independent concurrent components
- you prefer message passing over shared state and locks
- you need asynchronous, reactive data pipelines with clear port-based connections
- you want a small, opinionated FBP library rather than a heavy framework
When to avoid
- you need simple sequential control flow that goroutines alone handle fine
- your project requires strict ordering or synchronous execution semantics
- you need a full dataflow engine with visual tooling or distributed execution
- you are not working in Go
Facets
library · maturity active
concurrency workflow-automation streaming developer-tools go cross-platform flow-based-programming fbp dataflow goroutines reactive algorithms automation
1 source
- readme: https://github.com/trustmaster/goflow · fetched 2026-08-28 · 56698467ef26
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| trustmaster/goflow | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="trustmaster/goflow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem