{"id":17269912,"url":"https://github.com/elliotchenzichang/tiny-bitcask","last_synced_at":"2025-03-17T11:30:34.186Z","repository":{"id":135751717,"uuid":"568027801","full_name":"elliotchenzichang/tiny-bitcask","owner":"elliotchenzichang","description":"build a tiny kv store base on Bitcask","archived":false,"fork":false,"pushed_at":"2025-01-09T04:18:23.000Z","size":38,"stargazers_count":41,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T23:05:30.040Z","etag":null,"topics":["bitcask","database","go","kvstore"],"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/elliotchenzichang.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":"2022-11-19T08:06:21.000Z","updated_at":"2025-02-02T17:57:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"842ebefd-9bc3-48f8-890d-b374fc862e75","html_url":"https://github.com/elliotchenzichang/tiny-bitcask","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotchenzichang%2Ftiny-bitcask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotchenzichang%2Ftiny-bitcask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotchenzichang%2Ftiny-bitcask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotchenzichang%2Ftiny-bitcask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotchenzichang","download_url":"https://codeload.github.com/elliotchenzichang/tiny-bitcask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858056,"owners_count":20359271,"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":["bitcask","database","go","kvstore"],"created_at":"2024-10-15T08:17:59.249Z","updated_at":"2025-03-17T11:30:33.676Z","avatar_url":"https://github.com/elliotchenzichang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## tiny-bitcask\n\ntiny-bitcask是对[bitcask论文](https://riak.com/assets/bitcask-intro.pdf)的简单实现，旨在提供用Go实现简单kv存储引擎的参考。后来我想把这个项目作为实现我各种想法的试验田。所以会持续迭代这个项目，迭代的结果就是master分支的代码。如果想看简单版本的实现可以通过以下方式拉取代码，并且切换到demo分支。\n\n````shell\ngit clone git@github.com:elliotchenzichang/tiny-bitcask.git\ncd tiny-bitcask\ngit chckout demo\n````\n\n另外我想实现做的实验和实现的想法会记录在项目TODO中。并切换分支进行相关迭代，有效果的部分会合并进入master分支。实践的相关文章会列在文章列表上。感谢各位的关注，希望各位都能从中学到一些东西。欢迎star，欢迎提PR。\n\n## Todo\n\n- [ ] 实现HintFile\n- [ ] 探究对map的优化\n- [ ]  实现version control\n\n## 文章list\n\n1. [基于Bitcask实现简单的kv存储详细讲解](https://mp.weixin.qq.com/s?__biz=Mzg5MzU5NzQxMA==\u0026mid=2247483844\u0026idx=1\u0026sn=2fc13cf8ce7c465dbd08690c56eaba69\u0026chksm=c02d2249f75aab5f0955377c6ed29f8529c4a5f18bd53f27ab4cd88b85b3792af370f8a378ab#rd)\n\n## 个人\n\n下面是本人微信公众号，欢迎关注\n\n![image](https://user-images.githubusercontent.com/92676541/226180799-973944bd-5c75-4a9b-8226-6c7e6e465d19.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotchenzichang%2Ftiny-bitcask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotchenzichang%2Ftiny-bitcask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotchenzichang%2Ftiny-bitcask/lists"}