←back to thread

Dolt is Git for data

(www.dolthub.com)
358 points timsehn | 1 comments | | HN request time: 0s | source
Show context
perfect_wave ◴[] No.22734580[source]
Can you give some more information about what you're doing with your cloud infrastructure? Would be intrigued to hear about what you're running.
replies(1): >>22734690 #
1. timsehn ◴[] No.22734690[source]
We use AWS but will switch over to Google or multi-cloud when we exhaust our credits.

The system is still pretty simple. The main cost is the storage for the blobs in the Dolt repos pushed to DoltHub. We use S3 for that. There is an API that receives pushes and writes any other metadata (user, permissions, etc) into an RDS instance that stores metadata for DoltHub. That instance is also used to cache some critical things. Then it's just a set of web servers and a GraphQL sitting on top serving our React app.