{"id":16356043,"url":"https://github.com/joehowarth/llq","last_synced_at":"2025-12-08T04:30:12.496Z","repository":{"id":251685257,"uuid":"838129249","full_name":"JoeHowarth/llq","owner":"JoeHowarth","description":"Live Log Query","archived":false,"fork":false,"pushed_at":"2024-08-05T03:26:25.000Z","size":1988,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T06:11:32.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/JoeHowarth.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":"2024-08-05T02:18:59.000Z","updated_at":"2024-08-05T03:26:28.000Z","dependencies_parsed_at":"2024-08-05T04:11:49.570Z","dependency_job_id":null,"html_url":"https://github.com/JoeHowarth/llq","commit_stats":null,"previous_names":["joehowarth/llq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeHowarth%2Fllq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeHowarth%2Fllq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeHowarth%2Fllq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoeHowarth%2Fllq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoeHowarth","download_url":"https://codeload.github.com/JoeHowarth/llq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239665481,"owners_count":19676943,"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-10-11T01:42:28.446Z","updated_at":"2025-12-08T04:30:12.186Z","avatar_url":"https://github.com/JoeHowarth.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llq (Live Log Query)\n\nllq enables responsively quering your structured json logs to understand your application\n\n\u003cimg src=\"https://github.com/user-attachments/assets/9e329a79-e398-4aac-abcf-236b93abce61\" width=\"50%\"\u003e\n\n## Query Syntax\n\n- `msg`: Filters to logs that have the `msg` key and displays only the value of this key for each log\n- `level == 'error', msg`: Filters to error logs with msg keys and displays both the level and msg \n- `level == 'error', *`: Similar to above, but the wildcard means the entire log object is displayed\n- `sequence \u003e 20, sequence \u003c 30, msg`: Binary comparisons are implemented for integers\n\nQueries are made of a comma separated list of expressions.\nAn expression contains a json path and optionally an operation and rhs\n```\nlevel\nfoo.bar.baz\narray.5.key1\nlevel == 'info'\ncount == 5\ncount \u003e 5\ncount \u003c 5\nname \u003e 'a'\n*             # a wildcard is a special type of path specifier that matches all paths\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoehowarth%2Fllq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoehowarth%2Fllq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoehowarth%2Fllq/lists"}