Counter for KV access
Open
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
We need to do a count how many people has accessed particular shortened url.
And there are two options:
1. Use metadata
- https://developers.cloudflare.com/workers/runtime-apis/kv/#metadata
Use prefix `count:{key}`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Cloudflare KV metadata documentation linked in the issue and trace the shortened-URL access path. The work is complete when accesses to a particular shortened URL are counted using the proposed count:{key} prefix, with the storage and counting behavior verified in the relevant access flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100