{"id":13694054,"url":"https://github.com/Bhupesh-V/zoe","last_synced_at":"2025-05-03T01:30:56.865Z","repository":{"id":99594813,"uuid":"291943354","full_name":"Bhupesh-V/zoe","owner":"Bhupesh-V","description":"A barebones transactional in-memory key: value store with a REPL [For educational purposes]","archived":false,"fork":false,"pushed_at":"2021-06-15T15:21:19.000Z","size":17,"stargazers_count":22,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T08:04:04.144Z","etag":null,"topics":["key-value-store","system-design","system-design-interview","system-design-project","transactional-stack"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/news/design-a-key-value-store-in-go/","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/Bhupesh-V.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"bhupesh","tidelift":null,"community_bridge":null,"liberapay":"bhupesh","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-09-01T08:38:09.000Z","updated_at":"2024-09-26T22:56:21.000Z","dependencies_parsed_at":"2023-06-28T06:53:01.934Z","dependency_job_id":null,"html_url":"https://github.com/Bhupesh-V/zoe","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"66333dd67919648f7fce1ef634b2b6e6d7e7bf33"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fzoe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fzoe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fzoe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bhupesh-V%2Fzoe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bhupesh-V","download_url":"https://codeload.github.com/Bhupesh-V/zoe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251202459,"owners_count":21551855,"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":["key-value-store","system-design","system-design-interview","system-design-project","transactional-stack"],"created_at":"2024-08-02T17:01:23.289Z","updated_at":"2025-05-03T01:30:56.606Z","avatar_url":"https://github.com/Bhupesh-V.png","language":"Go","funding_links":["https://ko-fi.com/bhupesh","https://liberapay.com/bhupesh"],"categories":["Go"],"sub_categories":[],"readme":"# zoe\n\n\u003e A simple transactional key:value store for educational purposes (with support for Transactions)\n\n\n\n### [🖱️ Learn how I made `zoe` from scratch](https://www.freecodecamp.org/news/design-a-key-value-store-in-go/)\n\n\n\nThe shell accepts the following commands:\n\n|   Command  |                                                             Description                                                            |\n|:----------:|:----------------------------------------------------------------------------------------------------------------------------------:|\n|    `SET`   | Sets the given key to the specified value. A key can also be updated.                                                              |\n|    `GET`   | Prints out the current value of the specified key.                                                                                 |\n|   `DELETE` | Deletes the given key. If the key has not been set, ignore.                                                                        |\n|   `COUNT`  | Returns the number of keys that have been set to the specified value. If no keys have been set to that value, prints 0.            |\n|   `BEGIN`  | Starts a transaction. These transactions allow you to modify the state of the system and commit or rollback your changes.          |\n|    `END`   | Ends a transaction, everything done within the \"active\" transaction is lost.                                                       |\n| `ROLLBACK` | Throws away changes made within the context of the active transaction. If no transaction is active, prints \"No Active Transaction\" |\n|  `COMMIT`  | Commits the changes made within the context of the active transaction and ends the active transaction.                             |\n\n## Demo\n\n![zoe-demo-3](https://user-images.githubusercontent.com/34342551/92362469-aa2a7700-f10d-11ea-8426-1e8462b66d18.gif)\n\n## Usage\n\nIf you just wanna play, ⬇ Download the build from [releases](https://github.com/Bhupesh-V/zoe/releases)\n\n## License\n\nCopyright © 2020 [Bhupesh Varshney](https://github.com/Bhupesh-V).\u003cbr /\u003e\nThis project is [MIT](https://github.com/Bhupesh-V/zoe/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBhupesh-V%2Fzoe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBhupesh-V%2Fzoe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBhupesh-V%2Fzoe/lists"}