{"id":27135598,"url":"https://github.com/fpena2/tiny-kv","last_synced_at":"2026-05-18T15:34:29.237Z","repository":{"id":286518584,"uuid":"961180130","full_name":"fpena2/tiny-kv","owner":"fpena2","description":"Simple key/value storage gRPC service","archived":false,"fork":false,"pushed_at":"2025-05-21T01:33:54.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T14:09:10.542Z","etag":null,"topics":["grpc","rust","tonic"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fpena2.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,"zenodo":null}},"created_at":"2025-04-05T23:37:44.000Z","updated_at":"2025-05-21T01:33:58.000Z","dependencies_parsed_at":"2025-05-21T02:32:34.079Z","dependency_job_id":"84cd34c4-5184-4fc3-867f-17d06f0e9ee7","html_url":"https://github.com/fpena2/tiny-kv","commit_stats":null,"previous_names":["fpena2/tiny-kv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpena2/tiny-kv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpena2%2Ftiny-kv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpena2%2Ftiny-kv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpena2%2Ftiny-kv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpena2%2Ftiny-kv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpena2","download_url":"https://codeload.github.com/fpena2/tiny-kv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpena2%2Ftiny-kv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738345,"owners_count":23976417,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["grpc","rust","tonic"],"created_at":"2025-04-08T01:48:53.864Z","updated_at":"2026-05-18T15:34:24.200Z","avatar_url":"https://github.com/fpena2.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiny-kv\n\nRedis clone with a gRPC interface and reflection support.\n\nInspired by [tinykv](https://github.com/talent-plan/tinykv/blob/course/doc/project1-StandaloneKV.md)\n\n## Setup\n\n- Install [`protoc`](https://protobuf.dev/installation/)\n\n  ```cmd\n  sudo apt install -y protobuf-compiler\n  ```\n\n- Install build essentials\n\n  ```cmd\n  sudo apt install build-essential\n  ```\n\n## Build\n\n```cmd\ncargo build\n```\n\n## Testing\n\nRun the service\n\n```cmd\ncargo run\n```\n\nTest the service by using [`grpcui`](https://github.com/fullstorydev/grpcui)\n\n```cmd\ngrpcui -plaintext localhost:50051\n```\n\n## Features\n\n- In-memory data storage\n- Reflection support\n  - allows the server to shared the `grpc` contract with clients.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpena2%2Ftiny-kv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpena2%2Ftiny-kv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpena2%2Ftiny-kv/lists"}