{"id":24617693,"url":"https://github.com/jacoblincool/worker-gist","last_synced_at":"2026-04-10T21:13:27.583Z","repository":{"id":41207957,"uuid":"508756450","full_name":"JacobLinCool/worker-gist","owner":"JacobLinCool","description":"GitHub Gist as KV, for Cloudflare Workers. It helps to keep the number of KV write operation as low as possible.","archived":false,"fork":false,"pushed_at":"2026-03-31T10:44:37.000Z","size":113,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T12:28:09.787Z","etag":null,"topics":["cloudflare","gist","github","workers","workers-kv"],"latest_commit_sha":null,"homepage":"https://jacoblincool.github.io/worker-gist/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JacobLinCool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-29T15:54:42.000Z","updated_at":"2022-11-16T03:42:06.000Z","dependencies_parsed_at":"2024-07-05T19:06:25.685Z","dependency_job_id":"c8954dc6-3475-4409-8cfb-cfea33c48d15","html_url":"https://github.com/JacobLinCool/worker-gist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JacobLinCool/worker-gist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fworker-gist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fworker-gist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fworker-gist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fworker-gist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobLinCool","download_url":"https://codeload.github.com/JacobLinCool/worker-gist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fworker-gist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31659209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"ssl_error","status_checked_at":"2026-04-10T17:19:13.364Z","response_time":98,"last_error":"SSL_read: 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","gist","github","workers","workers-kv"],"created_at":"2025-01-24T23:39:58.791Z","updated_at":"2026-04-10T21:13:27.567Z","avatar_url":"https://github.com/JacobLinCool.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Worker Gist\n\nGitHub Gist as KV, for Cloudflare Workers.\n\nIt is slower than KV, but it helps to keep the number of KV `write` operation as low as possible.\n\n## Usage\n\n```ts\nimport { GistStore } from \"worker-gist\";\n\nconst store = new GistStore(env.KV, env.PAT);\n\nconst logs = JSON.parse((await store.get(\"logs\")) || \"[]\");\n\nlogs.push({ time: Date.now(), msg: \"Something to log.\" });\n\nawait store.set(\"logs\", JSON.stringify(logs));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fworker-gist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblincool%2Fworker-gist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fworker-gist/lists"}