{"id":19830148,"url":"https://github.com/nounder/cloudflare-kv-export","last_synced_at":"2026-02-03T11:06:52.831Z","repository":{"id":251677519,"uuid":"837950301","full_name":"nounder/cloudflare-kv-export","owner":"nounder","description":"Fast Cloudflare KV exporter. 1000s of entries per second","archived":false,"fork":false,"pushed_at":"2024-08-08T23:53:50.000Z","size":136,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T01:48:54.610Z","etag":null,"topics":["cloudflare","cloudflare-api","cloudflare-kv","cloudflare-workers"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nounder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-04T14:23:35.000Z","updated_at":"2025-09-05T06:32:48.000Z","dependencies_parsed_at":"2024-08-05T01:42:11.547Z","dependency_job_id":"76ad8514-1cb5-4b4a-bc85-4cb70f52f4f7","html_url":"https://github.com/nounder/cloudflare-kv-export","commit_stats":null,"previous_names":["nounderline/cloudflare-kv-export","nounder/cloudflare-kv-export"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nounder/cloudflare-kv-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nounder%2Fcloudflare-kv-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nounder%2Fcloudflare-kv-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nounder%2Fcloudflare-kv-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nounder%2Fcloudflare-kv-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nounder","download_url":"https://codeload.github.com/nounder/cloudflare-kv-export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nounder%2Fcloudflare-kv-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29043853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudflare","cloudflare-api","cloudflare-kv","cloudflare-workers"],"created_at":"2024-11-12T11:22:03.876Z","updated_at":"2026-02-03T11:06:52.809Z","avatar_url":"https://github.com/nounder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflare KV Export (Express)\n\nSuper fast Cloudflare KV exporter. Dump your KV data in minutes instead of hours.\n\nNormally, Cloudflare API rate-limits to 4 requests per second. Meaning that dumping 100k kv pairs will take hours.\n\nThis tool allows you to download 1000s of kv pairs per second thanks to auxiliary Cloudflare worker (found in `worker`) that helps in downloading the data.\n\n\n## Setup\n\nUse node, bun, or deno. For node you have to use `--strip-types` flag or `ts-node`\n\n1. `bun install`\n2. `bun index.ts`\n\n\n## Usage\n\nThere are two ways to use this tool: fast \u0026 slow.\n\n### Fast (with worker)\n\nFirst, you have to deploy auxiliary worker: `cd worker \u0026\u0026 bunx wrangler deploy`\n\nAfter it's deployed pass worker URL to `--worker-url` option like so:\n\n```sh\nbun index.ts --worker-url $WORKER_URL\n```\n\nWhen you're done remember to delete the worker.\n\n\n### Slow (without worker)\n\nRun the script without any options, like so:\n\n```sh\nbun index.ts\n```\n\nThis will use Cloudflare API with stellar speed of ~4 keys per second.\n\n\n## Customizations\n\nYou can use pass custom `--outdir` to specify directory where to dump KV data.\n\nYou can also adjust performance parameters, like number of concurrent connections with `--worker-rps` and `--worker-chunk`. Pass `--help` for more details.\n\n\n## Output\n\nYou will find KV data in directory specified by `--outdir` (default `dump/`.) Each file is individual key-value pair. Keys are url-encoded in file name.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnounder%2Fcloudflare-kv-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnounder%2Fcloudflare-kv-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnounder%2Fcloudflare-kv-export/lists"}