New Show Hacker News story: Show HN: Inquery (YC W23) – Real-time events for Postgres

Show HN: Inquery (YC W23) – Real-time events for Postgres
5 by mitchpatin | 0 comments on Hacker News.
Hi HN, we're excited to share our open source tool with the community! Inquery is a utility for Postgres that triggers webhooks when rows are inserted, updated, or deleted. It uses database triggers that send low-latency websocket messages to a Go application. This application then calls any configured webhooks with a JSON payload that includes specified values from the database row. Let us know if you have any feedback or questions!

Comments

Popular posts from this blog

New Show Hacker News story: Show HN: Sora, Personal Publishing Platform

New Show Hacker News story: Show HN: KrotoDC – gRPC in Kotlin with Dataclasses