TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Inquery (YC W23) – Real-time events for Postgres

23 pointsby mitchpatinover 2 years ago
Hi HN, we&#x27;re excited to share our open source tool with the community!<p>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.<p>Let us know if you have any feedback or questions!

5 comments

drxover 2 years ago
Pretty cool! Any plans for a cloud version? If so, what would be the pricing model?
评论 #34837711 未加载
v3ss0nover 2 years ago
Supabase said 8k payload limit of listen&#x2F; notify is deal breaker for them so they had to start own websocket based realtime engine by watching oplog. How would you handle that?
评论 #34873704 未加载
tony_landisover 2 years ago
What are the specific requirements postgres must soppprt? Any extensions or pl language support needed?
评论 #34838218 未加载
halotropeover 2 years ago
This is exactly what I was looking for. Can you add it to Supabase please?
评论 #34833971 未加载
somehelpfulover 2 years ago
Are you using NOTIFY? If so, how do you handle the limit of 8000 bytes?
评论 #34838177 未加载