Neon + Hasura integration

Excited to share that we’ve launched our integration with Hasura to provide developers with instant GraphQL API with Serverless Postgres.
You can now create a Neon project in 1 click from the Hasura console.
Read more here Introducing the Neon Hasura integration - Neon

4 Likes

Thanks for this! Been teting it out the last few days. Working great!

1 Like

Does Hasura use polling for Subscriptions / Live updates?

Since you don’t support logical replication I don’t see how else it is done?

If that is the case, using Hasura Subscriptions has big cost implications.

More here:

For subscription / realtime needs it is then better to use Firebase or Supabase Realtime (still in alpha).

Anyone knows a serverless database that supports CDC with an easy to use realtime server like Firebase/Supabase?

What would be sweet is some instrumentation with their preview deploy feature, to make a neon branch and associate it with a preview deploy instantly. I hacked something together myself though but I think Hasura hasn’t really prioritized preview apps so it was not great, but if this sort of thing existed it’d be a game changer - Vercel makes preview deploys nice but people only focus on the frontend, not the backend.