Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache support #105

Open
vicb opened this issue Oct 15, 2024 · 0 comments
Open

Cache support #105

vicb opened this issue Oct 15, 2024 · 0 comments

Comments

@vicb
Copy link
Contributor

vicb commented Oct 15, 2024

Cache support.

This is a big chunk of work that should be split into multiple sub-tasks when we start the work.

References:

AWS uses multiple components for the cache:

  • a S3 storage for the content
  • dynamoDB for the tags
  • a queue to serialize & dedup access

This task is about providing a cache (incremental + tag) on the cloudflare infrastructure.

We have started to explore multiple possibles solutions using:

  • KV
  • Queues
  • Durable Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant