You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart TD
U>User] -- Request website page --> N[Next.js]
subgraph DigitalOcean
DB[(PostgresQL database)]
end
subgraph Vercel
N --> G[GraphQL API]
end
subgraph Algolia
A[(Algolia index)]
end
G --> A
G --> DB
subgraph Heroku
HS>Heroku Scheduler] --> B[Backend code on Heroku]
B --> DB
B --> A
end
B -- Fetch forecasts --> platforms
subgraph platforms [Forecasting platforms]
Metaculus
GJOpen
Polymarket
...etc.
end
This pull request introduces Terraform, and argues for using Terraform cloud, but mentions that this would imply adding yet another service.
I would feel more comfortable adding a new service with a map of how these services fit together. Here is an example from a small previous project:
Thoughts?
The text was updated successfully, but these errors were encountered: