{"id":20326200,"url":"https://github.com/tungct/go-keyvaluedb","last_synced_at":"2026-04-29T12:39:41.297Z","repository":{"id":111589477,"uuid":"123656111","full_name":"tungct/go-keyvaluedb","owner":"tungct","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-28T03:51:27.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T10:45:34.758Z","etag":null,"topics":["golang","grpc","redis"],"latest_commit_sha":null,"homepage":null,"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/tungct.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":"2018-03-03T03:39:40.000Z","updated_at":"2018-03-28T03:51:28.000Z","dependencies_parsed_at":"2023-07-04T21:49:23.617Z","dependency_job_id":null,"html_url":"https://github.com/tungct/go-keyvaluedb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tungct/go-keyvaluedb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungct%2Fgo-keyvaluedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungct%2Fgo-keyvaluedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungct%2Fgo-keyvaluedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungct%2Fgo-keyvaluedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tungct","download_url":"https://codeload.github.com/tungct/go-keyvaluedb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tungct%2Fgo-keyvaluedb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32426588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T12:24:25.982Z","status":"ssl_error","status_checked_at":"2026-04-29T12:24:24.439Z","response_time":110,"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":["golang","grpc","redis"],"created_at":"2024-11-14T19:43:14.908Z","updated_at":"2026-04-29T12:39:41.265Z","avatar_url":"https://github.com/tungct.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-keyvaluedb\n\n- Client put and get message key-value from server by grpc protocol\n- Server put message to mem-cache (map key-value), if cache full, put message to Redis, LevelDb\n- Worker in Server check message in server, if message have time out, delete it\n- Worker check message in redis or levelDb, if it have hight-frequency, put it to cache (or redis) by threshold\n\n## Libs \n\n- go-Redis :  https://github.com/go-redis/redis\n- go-LevelDb : https://github.com/syndtr/goleveldb/leveldb\n- decode-config : https://github.com/BurntSushi/toml\n\n## Config Redis and Server \n\n```\nconfig/redis.conf\ncofig/server.conf\n```\n\n## Getting started\nrun server : \n\n```\nserver/server.go\n$ go run server.go\n```\n\nrun test put client with 10 goroutine in during 5 time second : \n```\nclient/putclient\n\n$go run putclient.go\n```\n\nrun test get client with 10 goroutine in during 5 time second : \n```\nclient/getclient\n\n$go run getclient.go\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftungct%2Fgo-keyvaluedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftungct%2Fgo-keyvaluedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftungct%2Fgo-keyvaluedb/lists"}