{"id":37132235,"url":"https://github.com/monsterxx03/sqlpar","last_synced_at":"2026-01-14T15:25:51.439Z","repository":{"id":57544429,"uuid":"293077236","full_name":"monsterxx03/sqlpar","owner":"monsterxx03","description":"Explore parquet file with sql,  without spark!","archived":false,"fork":false,"pushed_at":"2020-09-23T07:57:50.000Z","size":121,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T17:53:11.266Z","etag":null,"topics":["goyacc","parquet","parquet-viewer","sql"],"latest_commit_sha":null,"homepage":"","language":"Go","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/monsterxx03.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}},"created_at":"2020-09-05T13:03:52.000Z","updated_at":"2024-04-24T11:06:54.000Z","dependencies_parsed_at":"2022-09-16T23:12:11.832Z","dependency_job_id":null,"html_url":"https://github.com/monsterxx03/sqlpar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monsterxx03/sqlpar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterxx03%2Fsqlpar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterxx03%2Fsqlpar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterxx03%2Fsqlpar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterxx03%2Fsqlpar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monsterxx03","download_url":"https://codeload.github.com/monsterxx03/sqlpar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monsterxx03%2Fsqlpar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"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":["goyacc","parquet","parquet-viewer","sql"],"created_at":"2026-01-14T15:25:50.878Z","updated_at":"2026-01-14T15:25:51.432Z","avatar_url":"https://github.com/monsterxx03.png","language":"Go","readme":"# sqlpar\n\nUse sql to query parquet file\n\n        ./sqlpar -file test.parquet\n\n        \u003e\u003e select user_id, age from test_schema where age \u003e 1 limit 2\n        user_id  age\n        abc      12\n        def      33\n\n        ./sqlpar -file test.parquet -sql 'select user_id, age from test_schema where age \u003e 1 limit 2'\n        user_id  age\n        abc      12\n        def      33\n\n## Features\n\n- [x] Basic select statement\n- [x] Where clause support AND, OR, NOT, operators: \u003e, \u003e=, \u003c, \u003c=, =, !=, \u003c\u003e\n- [x] Limit clause\n- [x] `show table` statement\n- [] Order by clause\n- [] Column As  syntax\n- [] Support nest column\n- [] Group by clause\n- [] Aggregate function\n- [] Column function\n- [] Export result as csv\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonsterxx03%2Fsqlpar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonsterxx03%2Fsqlpar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonsterxx03%2Fsqlpar/lists"}