This is intended to be something similar to what BBOM is for node graphs, but for streams of messages.
messages come in from any number of possible sources
- RSS
- Webpage change sink
- Social media
- Comments
- Feed
- Communication
- telegram
- signal
- text messages
- SMS
- SIP
- Hardware
- MQTT
- LoRA
- etc
Messages are filtered (eg, for spam, and tagged) and then placed into the message stream. They can also be dispositioned according to idiom, for instance, only keep the latest message from a given origin.+
Different sinks pull out messages and take whatever action.
Sinks can choose to delete a message which propogates back through all.