Hacker News new | ask | show | jobs
by nikita 1470 days ago
Absolutely! We are working on it right now and call this “regions”. We already have a proxy - you will notice that the connection string is project_name.cloud.neon.tech.

We are working on deploying the proxy globally and routing read traffic to the nearest region.

We also have some multi-master designs in collaboration with Dan Abadi. But this will take a second to build.

1 comments

So if we wanted to put PostgREST[1] in front of this would something like this work:

db-uri = "postgres://authenticator:mysecretpassword@project_name.cloud.neon.tech:5433/postgres" db-schema = "api" db-anon-role = "web_anon"

[1]https://postgrest.org/en/v8.0/tutorials/tut0.html

Kind of, yes. There are a few user creation details we need to polish so that you can follow the tutorial word for word without needing to do any click-ops on the console