{"id":17215528,"url":"https://github.com/oldpanda/go-bitcask","last_synced_at":"2025-07-28T08:31:49.088Z","repository":{"id":41370340,"uuid":"282573928","full_name":"OldPanda/go-bitcask","owner":"OldPanda","description":"Yet another Bitcask implementation in Go","archived":false,"fork":false,"pushed_at":"2020-08-18T03:13:33.000Z","size":346,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T03:24:38.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/OldPanda.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":"2020-07-26T04:16:08.000Z","updated_at":"2023-10-22T21:59:30.000Z","dependencies_parsed_at":"2022-07-30T07:07:51.228Z","dependency_job_id":null,"html_url":"https://github.com/OldPanda/go-bitcask","commit_stats":null,"previous_names":["oldpanda/go-bitcask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldPanda%2Fgo-bitcask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldPanda%2Fgo-bitcask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldPanda%2Fgo-bitcask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldPanda%2Fgo-bitcask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OldPanda","download_url":"https://codeload.github.com/OldPanda/go-bitcask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227884751,"owners_count":17834942,"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":[],"created_at":"2024-10-15T03:24:43.547Z","updated_at":"2024-12-03T08:41:25.576Z","avatar_url":"https://github.com/OldPanda.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-bitcask\n\nYet another Bitcask implementation in Go\n\n## Build\n\n```\ngo build\n```\n\n## Run\n\nTo start server\n\n```\n./bitcask -c config.json\n```\n\nClient is not available yet, but it's always accessible via TCP connection\n\n```\n------------------------------------------------------------\n🐼 ~ » echo -n \"set foo bar\" | nc localhost 9876\nOK%                                                                                                                                                                          ------------------------------------------------------------\n🐼 ~ » echo -n \"get foo\" | nc localhost 9876\nbar%                                                                                                                                                                         ------------------------------------------------------------\n🐼 ~ » echo -n \"del foo\" | nc localhost 9876\nOK%                                                                                                                                                                          ------------------------------------------------------------\n🐼 ~ » echo -n \"get foo\" | nc localhost 9876\nKey not found: foo%\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldpanda%2Fgo-bitcask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldpanda%2Fgo-bitcask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldpanda%2Fgo-bitcask/lists"}