# Stream A stream is the runtime form of a source in eKuiper. It must specify a source type to define how to connect to the external resource. When used as a stream, the source must be unbounded. The stream acts as a trigger for the rule. Each event will trigger a calculation in the rule. ## More Readings - [Stream Reference](../../sqls/streams.md)