Listen to your to PostgreSQL database in realtime via WebSockets

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • realtime

    Broadcast, Presence, and Postgres Changes via WebSockets

  • Looks to me like it uses the same trick as Debezium (and similar projects) - listening to the replication stream and turning it into usable information - but it's a totally separate implementation built on top of Elixir: https://github.com/supabase/realtime/blob/master/server/lib/...

  • litestream

    Streaming replication for SQLite.

  • Litestream author here. Litestream monitors and replicates based off the WAL and there are some tricks it has to do to make that work. However, it doesn't currently decode those WAL pages and determine the changed data.

    That is something that's on the roadmap though: https://github.com/benbjohnson/litestream/issues/129

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • nhost

    The Open Source Firebase Alternative with GraphQL.

  • graphql-sqlalchemy

    Generate GraphQL Schemas from your SQLAlchemy models

  • For Python folks, this library builds a GraphQL schema from your SQLAlchemy models: https://github.com/gzzo/graphql-sqlalchemy

  • apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  • In their roadmap here : https://github.com/apollographql/apollo-server/issues/2360#i...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • We built a database UI for Postgres with an instant GraphQL API

    2 projects | /r/vuejs | 27 Sep 2022
  • Hasura V3 Engine is in alpha

    1 project | news.ycombinator.com | 20 Dec 2023
  • Hasura: Instant GraphQL on your Postgres data

    1 project | news.ycombinator.com | 14 Dec 2023
  • Is it just me or is the Supabase GraphQL API really bad?

    1 project | /r/webdev | 7 Dec 2023
  • Writing filters, sorting and pagination for all my queries is exhausting and repetitive. Is there a better way?

    2 projects | /r/graphql | 21 Oct 2023