Show HN: Goqite, a persistent message queue Go library built on SQLite
2 by markusw | 0 comments on Hacker News.
I wanted to build a persistent message queue based on SQLite, because that's what I'm using for my main state anyway. This gives me ACID across state and messaging, which is nice! I've been inspired by the terminology of AWS SQS for this, but it's obviously much simpler. Maybe you can use it too. :)
No comments:
Post a Comment