DEV Community

Discussion on: What side projects are you currently working on and how can others be of help? (Feb 15)

Collapse
 
kwaazaar profile image
Robert te Kaat

Working on an open source lightweight eventing library using a MsSQL or MySQL database for storage. Reasons for using this library, instead of existing tools like RabbitMQ, Kafka, etc can be costs, simplicity (you only need a database) and support for so-called ordered delivery (per functional key) that relieves event consumers from handling ordering related issues themselves. You can find it here.
I'm also working on a rest-api that runs cross-platform and accompanying docker images.