#microbots using #dat for storage (as a way to run bots on *now* or *glitch.com*)
1. a listener node that polls for the bot's timeline and creates a distributed append only log of incoming messages
2. an archiver node that insures the log is backed up and recoverable at any time
3. stream processing nodes that subscribe to the log and do actions like sending replies and timed statuses when data is appended