{"id":42894076,"url":"https://github.com/mitdbg/treeline","last_synced_at":"2026-01-30T15:02:58.159Z","repository":{"id":86930148,"uuid":"373646092","full_name":"mitdbg/treeline","owner":"mitdbg","description":"An update-in-place key-value store for modern storage.","archived":false,"fork":false,"pushed_at":"2024-01-02T18:47:57.000Z","size":5900,"stargazers_count":143,"open_issues_count":8,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-04T22:24:17.486Z","etag":null,"topics":["cpp","key-value-store","keyvaluestore","kvs"],"latest_commit_sha":null,"homepage":"","language":"C++","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/mitdbg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-03T21:30:18.000Z","updated_at":"2025-08-09T03:43:07.000Z","dependencies_parsed_at":"2024-01-02T19:44:09.060Z","dependency_job_id":"2bf93f25-3159-4614-982e-38dc1bdf714d","html_url":"https://github.com/mitdbg/treeline","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mitdbg/treeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitdbg%2Ftreeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitdbg%2Ftreeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitdbg%2Ftreeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitdbg%2Ftreeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitdbg","download_url":"https://codeload.github.com/mitdbg/treeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitdbg%2Ftreeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"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":["cpp","key-value-store","keyvaluestore","kvs"],"created_at":"2026-01-30T15:02:58.050Z","updated_at":"2026-01-30T15:02:58.147Z","avatar_url":"https://github.com/mitdbg.png","language":"C++","readme":"![](https://github.com/mitdbg/learnedlsm/actions/workflows/ci.yml/badge.svg)\n\n# TreeLine\nAn embedded key-value store for modern SSDs.\n\n## Building from source\n\n### Install Dependencies\n\nA few packages that TreeLine depends on are\n\n- `libtbb-dev`\n- `autoconf`\n- `libjemalloc-dev`\n\nDepending on the distribution you have, ensure the above packages are installed.\nOn Ubuntu, you can install the dependencies using `apt`:\n\n```\nsudo apt install libtbb-dev autoconf libjemalloc-dev\n```\n\nTreeLine's other dependencies are fetched by CMake during compilation.\n\n### Compile\n\nCMake 3.17+ is required for building this project.\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_BUILD_TYPE=Release .. \u0026\u0026 make -j\n```\n\nTo build the tests, turn on the `TL_BUILD_TESTS` option when configuring.\n```bash\ncmake -DCMAKE_BUILD_TYPE=Release -DTL_BUILD_TESTS=ON .. \u0026\u0026 make -j\n```\n\nTo build the benchmarks, turn on the `TL_BUILD_BENCHMARKS` option when\nconfiguring.\n```bash\ncmake -DCMAKE_BUILD_TYPE=Release -DTL_BUILD_BENCHMARKS=ON .. \u0026\u0026 make -j\n```\n\n## Inspecting the codebase\n\nIf you would like to read more about the internals of TreeLine, you can start at [this header file](https://github.com/mitdbg/treeline/blob/master/include/treeline/pg_db.h).\n\nThe bulk of the code that comprises the current version of the system can be found in the [`page_grouping/`](https://github.com/mitdbg/treeline/tree/master/page_grouping) directory.\n\nThank you for your interest in diving deeper in our work!\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitdbg%2Ftreeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitdbg%2Ftreeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitdbg%2Ftreeline/lists"}