Skip to content

Navigation Menu

Sign in
Sign up

Questions on the implementation #2

daveajones started this conversation in General
Discussion options

Is this using CF workers and storing the data in CF's distributed key/value db?

You must be logged in to vote

Replies: 3 comments

Comment options

Yes, each deployment is a Cloudflare Worker script, the logs are stored in Durable Objects, Cloudflare's lowest-level transactional storage primitive.

I could see using KV in the future to help out on serving API requests - it's great for things that are mostly reads

Started an architecture doc

You must be logged in to vote
0 replies
Comment options

A side benefit of using Durable Objects (DOs) for data storage in this project, is that there is no admin backend api to this storage.

All reads/writes have to go through workers, and hence folks can see every access point in the public codebase here

You must be logged in to vote
0 replies
Comment options

That's a really solid design John.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /