{"id":19558720,"url":"https://github.com/threeaccents/pebble","last_synced_at":"2026-05-12T13:38:31.916Z","repository":{"id":144406373,"uuid":"256621052","full_name":"threeaccents/pebble","owner":"threeaccents","description":"Cache on top of badger DB. With GRPC transport","archived":false,"fork":false,"pushed_at":"2020-05-21T20:41:29.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T11:50:39.566Z","etag":null,"topics":["badger","cache","grpc","grpc-go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/threeaccents.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":"2020-04-17T22:17:30.000Z","updated_at":"2023-03-06T01:22:00.000Z","dependencies_parsed_at":"2024-07-24T20:04:24.997Z","dependency_job_id":null,"html_url":"https://github.com/threeaccents/pebble","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeaccents%2Fpebble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeaccents%2Fpebble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeaccents%2Fpebble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeaccents%2Fpebble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeaccents","download_url":"https://codeload.github.com/threeaccents/pebble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240815228,"owners_count":19862023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["badger","cache","grpc","grpc-go"],"created_at":"2024-11-11T04:48:00.782Z","updated_at":"2026-05-12T13:38:31.880Z","avatar_url":"https://github.com/threeaccents.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pebble (Not For Use)\n\nGRPC based cache with a customizable backend. Default is badgerDB.\n\n###Run \n```bash\n./cache --db-dir=\"path/to/db\" --port=\":5555\"\n```\n\n###Example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\t\"github.com/oriiolabs/pebble/api\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\n\tc, err := api.NewClient(\":4200\", nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tif err := c.Set(ctx, \"hello\", []byte(\"world\")); err != nil {\n\t\tpanic(err)\n\t}\n\n\tvalue, err := c.Get(ctx, \"hello\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Printf(\"value: %s\\n\", string(value))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeaccents%2Fpebble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeaccents%2Fpebble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeaccents%2Fpebble/lists"}