pg_eventserv
pg_eventserv copied to clipboard
Small golang server to push PgSQL listen/notify events into websockets
Hi cool tech learned about this from the https://mapscaping.com/podcast/postgresql-listen-and-notify-clients-in-real-time/ podcast so maybe some people are looking for additional context. Thanks for the clean project this one is better then most...
The libraries https://github.com/gorilla/mux and https://github.com/gorilla/handlers became archived. It would be good to replace them at one point. - related https://github.com/CrunchyData/pg_featureserv/issues/136
I am running `pg_eventserv` in a docker, and when I check the logs I see an ongoing stream of the above messages (the web socket number increments each time). Can...
Hi! Lovely project! I myself got interested in this idea and made a few POCs in [haskell](https://github.com/docteurklein/haskell-pg-sse/) and [rust](https://github.com/docteurklein/pg-sse/), although I decided to do some kind of "in-band control" to...