{"id":22616315,"url":"https://github.com/xpepermint/gitmap","last_synced_at":"2026-05-03T19:31:55.402Z","repository":{"id":57633808,"uuid":"256873007","full_name":"xpepermint/gitmap","owner":"xpepermint","description":"Persistent key-value store backed by GIT.","archived":false,"fork":false,"pushed_at":"2020-04-19T15:17:24.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T09:37:34.309Z","etag":null,"topics":["cargo","crate","git","hashmap","key-value","map","rust","store"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/xpepermint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-18T23:23:36.000Z","updated_at":"2020-10-09T22:48:53.000Z","dependencies_parsed_at":"2022-09-16T01:13:42.168Z","dependency_job_id":null,"html_url":"https://github.com/xpepermint/gitmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xpepermint/gitmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fgitmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fgitmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fgitmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fgitmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpepermint","download_url":"https://codeload.github.com/xpepermint/gitmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpepermint%2Fgitmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["cargo","crate","git","hashmap","key-value","map","rust","store"],"created_at":"2024-12-08T19:12:07.489Z","updated_at":"2026-05-03T19:31:55.384Z","avatar_url":"https://github.com/xpepermint.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Persistent key-value store backed by GIT.\n\nThis package provides a key-value store that uses GIT for the permanent storage.\n\n## Example\n\n```rs\nuse gitmap::Repo;\n\nlet path = Path::new(\"/storage/path\");\nlet map = Repo::init(path);\nmap.insert_key(\"key1\", \"value1\".to_bytes());\nmap.insert_key(\"key2\", \"value2\".to_bytes());\nmap.commit(\"First commit\");\n```\n\n## To-do\n\n* Add `rollback()`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Fgitmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpepermint%2Fgitmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpepermint%2Fgitmap/lists"}