kodadot / kodadot/workers

Counter for KV access

Open
#120 2 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.