Hello World, Simple Event Broker!
For various side projects I’ve worked on, I’ve wanted to introduce event queues in order to simplify some things. Normally, I just go with the “one DB to rul...
event broker with a focus on low operational cost. Contribute to micvbang/simple-event-broker development by creating an account on GitHub.
For various side projects I’ve worked on, I’ve wanted to introduce event queues in order to simplify some things. Normally, I just go with the “one DB to rul...
In the last post I described my weekend project of using advice from Tiger Style to optimize the write path of Seb.Here, we found that data serialization and...