{"id":15099821,"url":"https://github.com/alhankeser/lkml-parser","last_synced_at":"2026-02-19T00:34:35.823Z","repository":{"id":252458521,"uuid":"840173148","full_name":"alhankeser/lkml-parser","owner":"alhankeser","description":"A faster LookML parser","archived":false,"fork":false,"pushed_at":"2024-09-20T23:37:22.000Z","size":69,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T23:39:01.068Z","etag":null,"topics":["looker","lookml","zig","ziglang"],"latest_commit_sha":null,"homepage":"https://alhan.co/g/zig-lookml-parser","language":"Zig","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/alhankeser.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-09T06:00:18.000Z","updated_at":"2024-09-14T07:34:23.000Z","dependencies_parsed_at":"2024-08-19T16:25:34.856Z","dependency_job_id":"4e523de7-36d2-43c3-b18f-cf3b70fa01a5","html_url":"https://github.com/alhankeser/lkml-parser","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"4868585f68626f3d8ee2fe9dd10dd9e901dfb9a8"},"previous_names":["alhankeser/lkml-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alhankeser/lkml-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Flkml-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Flkml-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Flkml-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Flkml-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alhankeser","download_url":"https://codeload.github.com/alhankeser/lkml-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alhankeser%2Flkml-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29599384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["looker","lookml","zig","ziglang"],"created_at":"2024-09-25T17:27:54.984Z","updated_at":"2026-02-19T00:34:35.801Z","avatar_url":"https://github.com/alhankeser.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An adequately-built, fast LookML parser\n\nCreated without knowledge of parsers or the language its written in, this parser has only one goal: be faster than lkml. \n\n[Read More](https://alhan.co/g/zig-lookml-parser)\n\n## Usage\n\nAssuming you have Zig installed, build the zig executable:\n```bash\nzig build-exe main.zig -O ReleaseFast\n```\n\nUse it inside of Python:\n```python\nimport json\nimport subprocess\n\nview_as_json = subprocess.check_output([\"./main\", \"customer.view.lkml\"]).decode('utf-8')\nview_as_dict = json.loads(view_as_json)\n```\n\n## What's missing today\n\n- Testing\n- Edge case handling\n- Parametrization\n- Advanced features\n- Ability to handle files other than view files\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhankeser%2Flkml-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falhankeser%2Flkml-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhankeser%2Flkml-parser/lists"}