SysML Repo Modeler
n8n
One standalone runtime, separated by responsibility
Follow work from the HTTP server into the workflow engine, then through the durable scheduler and task broker to the JavaScript and Python runners. PostgreSQL, Redis, Kafka and the Helm test stack are intentionally absent because they do not belong to this operating mode.
What was analyzed
| Repository | Branch | Commit |
|---|---|---|
| n8n | master | 10a74227 |
Why this repository
n8n supports several operating modes, which makes it easy to draw an architecture that never actually runs. This model fixes its scope to the default standalone Docker service: regular execution mode, SQLite persistence, filesystem binary storage and the internal task runners.