{"id":39132097,"url":"https://github.com/y-scope/log-archival-bench","last_synced_at":"2026-01-17T21:19:01.678Z","repository":{"id":306172908,"uuid":"1023892419","full_name":"y-scope/log-archival-bench","owner":"y-scope","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-22T06:14:20.000Z","size":38,"stargazers_count":4,"open_issues_count":9,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-22T08:24:53.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/y-scope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-21T21:34:12.000Z","updated_at":"2025-09-22T06:14:25.000Z","dependencies_parsed_at":"2025-07-24T04:42:52.188Z","dependency_job_id":"bd023079-fde2-4884-8e65-86ad9b11b5e4","html_url":"https://github.com/y-scope/log-archival-bench","commit_stats":null,"previous_names":["y-scope/log-archival-bench"],"tags_count":0,"template":false,"template_full_name":"y-scope/public-repo-template","purl":"pkg:github/y-scope/log-archival-bench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-scope%2Flog-archival-bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-scope%2Flog-archival-bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-scope%2Flog-archival-bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-scope%2Flog-archival-bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-scope","download_url":"https://codeload.github.com/y-scope/log-archival-bench/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-scope%2Flog-archival-bench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28518618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"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":[],"created_at":"2026-01-17T21:19:01.543Z","updated_at":"2026-01-17T21:19:01.663Z","avatar_url":"https://github.com/y-scope.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log Archival Bench How To\n## Setup\n\nInitialize and update submodules:\n\n```shell\ngit submodule update --init --recursive\n```\n\nRun the following code to setup the virtual environment, add the python files in src to python's\nimport path, then run the venv\n\n```\npython3 -m venv venv\n\necho \"$(pwd)\" \u003e $(find venv/lib -maxdepth 1 -mindepth 1 -type d)/site-packages/project_root.pth\n\n. venv/bin/activate\n\npip3 install -r requirements.txt\n```\n\n## Download Datasets\n\nYou can download all the datasets we use in the benchmark using the [download\\_all.py](/scripts/download_all.py) script we provide.\n\nThe [download\\_all.py](/scripts/download_all.py) script will download all datasets into the correct directories **with** the specified names, concentrate multi-file datasets together into a single file, and generate any modified version of the dataset needed for tools like Presto \\+ CLP.\n\n## Run Everything\n\nFollow the instructions above to set up your virtual environment.\n\nStay in the [Log Archival Bench](/) directory and run [scripts/benchall.py](/scripts/benchall.py). This script runs the tools \\+ parameters in its \"benchmarks\" variable across all datasets under [data/](/data).\n\n## Run One Tool\n\nExecute `./assets/{tool name}/main.py {path to \u003cdataset name\u003e.log}` to run ingestion and search on that dataset.\n\n## Contributing\n\nFollow the steps below to develop and contribute to the project.\n\n### Requirements\n\n* [Task] 3.40.0 or higher\n\n### Linting\n\nBefore submitting a pull request, ensure you've run the linting commands below and have fixed all\nviolations and suppressed any benign warnings.\n\nTo run all linting checks:\n\n```shell\ntask lint:check\n```\n\nTo run all linting checks AND fix some violations:\n\n```shell\ntask lint:fix\n```\n\nTo see how to run a subset of linters for a specific file type:\n\n```shell\ntask -a\n```\n\nLook for tasks under the `lint` namespace (identified by the `lint:` prefix).\n\n[Task]: https://taskfile.dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-scope%2Flog-archival-bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-scope%2Flog-archival-bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-scope%2Flog-archival-bench/lists"}