{"id":42684823,"url":"https://github.com/codepr/sls","last_synced_at":"2026-01-29T12:08:14.359Z","repository":{"id":78234763,"uuid":"568524539","full_name":"codepr/sls","owner":"codepr","description":"Simple Bitcask implementation using GenServer.","archived":false,"fork":false,"pushed_at":"2025-01-19T23:25:55.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T00:25:47.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/codepr.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-20T19:49:22.000Z","updated_at":"2025-01-19T23:25:57.000Z","dependencies_parsed_at":"2025-01-20T00:21:57.121Z","dependency_job_id":"0bfed0b6-f3c5-49c4-a152-6fd582a366fe","html_url":"https://github.com/codepr/sls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codepr/sls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Fsls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Fsls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Fsls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Fsls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codepr","download_url":"https://codeload.github.com/codepr/sls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Fsls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28877127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-29T12:08:12.502Z","updated_at":"2026-01-29T12:08:14.352Z","avatar_url":"https://github.com/codepr.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sls\n\nSimple [Bitcask](https://riak.com/assets/bitcask-intro.pdf) implementation using\n`GenServer`.\n\nThe key benefits are:\n\n- Low latency per item read or written\n- Consistent performance\n- Handles datasets larger than RAM\n- Small design specification\n\nThe main drawback is:\n\n- All your keys must fit in RAM\n\nGenServers are used to both write and read to the datafiles, using a single\nGenServer process to write and multiple GenServers to read. The in-memory\nindex is based on the `ets` cache.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `sls` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:sls, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/sls\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepr%2Fsls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodepr%2Fsls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepr%2Fsls/lists"}