Skip to content

Repository files navigation

Message Stream

This is intended to be something similar to what BBOM is for node graphs, but for streams of messages.

Design

Step 1:

messages come in from any number of possible sources

  • RSS
  • Email
  • Webpage change sink
  • Social media
    • Comments
    • Feed
  • Communication
    • telegram
    • signal
  • text messages
    • SMS
    • SIP
  • Hardware
    • MQTT
    • LoRA
  • etc

Step 2:

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.+

Step 3:

Different sinks pull out messages and take whatever action.

Step 3a:

Sinks can choose to delete a message which propogates back through all.

About

Highly-extensible way to read messages from a variety of sources, filter and categorize them, and then write them to sources.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages