{"id":18527671,"url":"https://github.com/helinwang/kv","last_synced_at":"2025-05-14T21:32:59.975Z","repository":{"id":57611712,"uuid":"98501823","full_name":"helinwang/kv","owner":"helinwang","description":"A Go key/value store service based on BoltDB.","archived":false,"fork":false,"pushed_at":"2017-07-27T19:49:28.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-17T06:28:43.845Z","etag":null,"topics":["boltdb","go","key-value","kvstore"],"latest_commit_sha":null,"homepage":"","language":"Go","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/helinwang.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}},"created_at":"2017-07-27T06:32:36.000Z","updated_at":"2017-09-08T18:57:55.000Z","dependencies_parsed_at":"2022-09-02T12:20:36.683Z","dependency_job_id":null,"html_url":"https://github.com/helinwang/kv","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/helinwang%2Fkv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helinwang%2Fkv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helinwang%2Fkv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helinwang%2Fkv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helinwang","download_url":"https://codeload.github.com/helinwang/kv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254231089,"owners_count":22036295,"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":["boltdb","go","key-value","kvstore"],"created_at":"2024-11-06T17:55:42.579Z","updated_at":"2025-05-14T21:32:59.906Z","avatar_url":"https://github.com/helinwang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kv\n[![Build Status](https://travis-ci.org/helinwang/kv.svg?branch=master)](https://travis-ci.org/helinwang/kv)\n\nA Go key/value store service based on [BoltDB](https://github.com/boltdb/bolt), access BoltDB from multiple processes.\n\n## Integrate with Go\n\nPlease see [here](./example_test.go).\n\n## CLI example\n\n```bash\ngo get github.com/helinwang/kv/cmd/kvctl\ngo get github.com/helinwang/kv/cmd/kv\n\n# Start kv service:\nkv -path db.bin\n\n# Test (open another terminal)\nkvctl put :8080 hello hi\nkvctl get :8080 hello\n\n# Output: hi\n```\n\n## Graceful Shutdown\n\nSupported in the CLI. Please see [here](./cmd/kv/main.go).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelinwang%2Fkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelinwang%2Fkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelinwang%2Fkv/lists"}