graphjin
graphjin copied to clipboard
Fly.io Postgres , so we get higher perf and redundancy
The docker will work but we need a fly.toml.
Fly.io support’s PostgreSQL replication out of the box, and so give you multi region
clients get automatically directed to the nearest region
So the reason for this is to get huger perf and redundancy.
I have been using this feature on fly.io and it’s been solid
do we have to include fly.toml in the repo or can folks using this with fly.io just do this themselves?
I would prefer to add a deploy folder with fly sub folder with the toml file and a make file to make it seamless
https://fly.io/blog/free-postgres/