System design

A collection of 1 post
all webapp.io posts
System design hack: Postgres is a great pub/sub & job server
BY Colin Chartier
4 min read
System design hack: Postgres is a great pub/sub & job server
If you need a publish/subscribe or job server at any point in your project, try using Postgres. It'll give you lots of data integrity and performance guarantees, and it doesn't require you or your team learning any new technology. ...
Read more