Streaming Hub 0.1
Core concepts
The minimal model used to build and run Streaming Hub automations.
AlphaSignalsA signal receives or detects an event and starts configured execution.AutomationsAn automation defines when work may run and controls its runtime policy.Sequences and stepsA sequence is the ordered work performed after a signal starts an automation.ProjectsSaved workspaces containing automations, macros, settings and related state.VariablesNamed runtime values that automations can read and change.Data and contextValues passed through an automation run and addressed by paths.ConditionsComparisons that control steps and execution branches.MacrosReusable logic with defined inputs and outputs.Data ExplorerFile management inside configured context storage roots.
Execution model
An event is received by a signal. The signal starts an automation. The automation executes its sequence one step at a time, subject to its conditions and runtime policy.
Event → Signal → Automation → Sequence → StepsOther systems
Integrations, AI Services and runtime diagnostics extend this model. Their pages link back to the concepts that control their execution.