{"id":24956252,"url":"https://github.com/daschr/logsqlite","last_synced_at":"2026-05-01T22:32:36.997Z","repository":{"id":190358090,"uuid":"679438202","full_name":"daschr/logsqlite","owner":"daschr","description":"Logging driver plugin for fast querying on huge logs.","archived":false,"fork":false,"pushed_at":"2024-03-20T17:00:20.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:17:03.317Z","etag":null,"topics":["database","docker","driver","log","moby","plugin","sqlite","sqlite3"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/daschr/logsqlite","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/daschr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-08-16T21:04:21.000Z","updated_at":"2024-12-30T22:28:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd032357-36b0-42b8-9c42-085b3c62ad8b","html_url":"https://github.com/daschr/logsqlite","commit_stats":null,"previous_names":["daschr/logsqlite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daschr/logsqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Flogsqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Flogsqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Flogsqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Flogsqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daschr","download_url":"https://codeload.github.com/daschr/logsqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Flogsqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","docker","driver","log","moby","plugin","sqlite","sqlite3"],"created_at":"2025-02-03T06:28:14.440Z","updated_at":"2026-05-01T22:32:36.978Z","avatar_url":"https://github.com/daschr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/daschr/logsqlite/raw/resources/images/LogSQlite%20Main%20Logo.png\" alt=\"Logo\" width=\"600\"/\u003e\u003c/p\u003e\n\n# LogSQlite\nLogging driver plugin for fast querying on huge logs.\n\nEver had to query container logs containing thousands of lines using `docker logs --since \u003cdate\u003e --until \u003cdata\u003e \u003cyour container\u003e` and experienced it's ridiculously long seek time?\u003cbr\u003e\nBut you don't want to setup a whole log management platform?\n\n*Then you may use this plugin!*\n\n# Installation\nJust `docker plugin install daschr/logsqlite \u0026\u0026 docker plugin enable daschr/logsqlite`\n\n# Using the driver\n## with docker\n`docker run --log-driver daschr/logsqlite hello-world`\n## with docker-compose\n```\nversion: \"3\"\n\nservices:\n    container:\n        image: hello-world\n        logging:\n            driver: \"daschr/logsqlite\"\n            # the following is purely optional; the set values are the default ones\n            options:\n                # in ms, timeout value for a new log message of a message burst\n                message_read_timeout: \"100\"\n                # maximum number of lines a transaction of a burst can have before it gets committed\n                max_lines_per_tx: \"10000\"\n                # maximum size a burst of messages (which forms a transaction) can have\n                # before it gets committed\n                # use G(iga), M(ega), K(ilo) bytes\n                max_size_per_tx: \"10M\"\n                # the maximum age of an log entry (else it will be purged)\n                # comment out to not limit by age\n                # use w(eeks), d(ays), h(ours), m(onths), s(econds)\n                # cleanup_age: 30d\n\n                # limit the logs by number of lines\n                cleanup_max_lines: \"10000000\"\n                # whether the log of the container is deleted or not (default: true)\n                delete_when_stopped: \"true\"\n```\n\n# Options\nSee the *docker-compose* example.\n\n# Source Code\nSee https://github.com/daschr/logsqlite\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaschr%2Flogsqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaschr%2Flogsqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaschr%2Flogsqlite/lists"}