{"id":18418629,"url":"https://github.com/bsm/rumcask","last_synced_at":"2025-04-13T05:54:53.046Z","repository":{"id":24986340,"uuid":"28404879","full_name":"bsm/rumcask","owner":"bsm","description":null,"archived":false,"fork":false,"pushed_at":"2014-12-26T10:23:22.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T05:54:50.680Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsm.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}},"created_at":"2014-12-23T15:25:24.000Z","updated_at":"2020-04-15T07:56:33.000Z","dependencies_parsed_at":"2022-08-20T19:40:17.203Z","dependency_job_id":null,"html_url":"https://github.com/bsm/rumcask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Frumcask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Frumcask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Frumcask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Frumcask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsm","download_url":"https://codeload.github.com/bsm/rumcask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670502,"owners_count":21142901,"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-11-06T04:14:10.735Z","updated_at":"2025-04-13T05:54:53.014Z","avatar_url":"https://github.com/bsm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rumcask [![Build Status](https://travis-ci.org/bsm/rumcask.png)](https://travis-ci.org/bsm/rumcask)\n\nRumcask is an implementation of a key-value store, inspired by ideas\nfrom bitcask, sparkey and leveldb. It can map byte array keys to byte\narray values.\n\n## Features\n\n* Written in pure [Go](http://golang.org), no dependencies beyond stdlib.\n* Uses an in-memory hash index for key-storage by default, which means that all keys must fit in memory (similar to Bitcask).\n* Supports alternative key-storage implementations (e.g. disk persistence, iteration, etc).\n* Each DB is stored on disk, in multiples files within a single directory (similar to LevelDB).\n* Databases are thread-safe but locked to a single OS process (similar to LevelDB).\n* Support for multiple, concurrent readers.\n* Data is always appended and never replaced.\n* Efficient and configurable compaction (TODO).\n\n## Documentation\n\nCheck out the full API on [godoc.org](http://godoc.org/github.com/bsm/rumcask).\n\n## Licence (MIT)\n\n```\nCopyright (c) 2014 Black Square Media\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Frumcask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsm%2Frumcask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Frumcask/lists"}