{"id":42347124,"url":"https://github.com/mustafaakin/go-drill","last_synced_at":"2026-01-27T15:35:06.241Z","repository":{"id":57498673,"uuid":"74874707","full_name":"mustafaakin/go-drill","owner":"mustafaakin","description":"Go client for Apache Drill that utilizes REST API","archived":false,"fork":false,"pushed_at":"2017-07-04T05:40:57.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T05:33:45.396Z","etag":null,"topics":["apache","drill","go","sql"],"latest_commit_sha":null,"homepage":null,"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/mustafaakin.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":"2016-11-27T07:53:56.000Z","updated_at":"2020-06-01T21:49:04.000Z","dependencies_parsed_at":"2022-09-02T08:32:27.087Z","dependency_job_id":null,"html_url":"https://github.com/mustafaakin/go-drill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mustafaakin/go-drill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaakin%2Fgo-drill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaakin%2Fgo-drill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaakin%2Fgo-drill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaakin%2Fgo-drill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustafaakin","download_url":"https://codeload.github.com/mustafaakin/go-drill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaakin%2Fgo-drill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["apache","drill","go","sql"],"created_at":"2026-01-27T15:35:05.015Z","updated_at":"2026-01-27T15:35:06.236Z","avatar_url":"https://github.com/mustafaakin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-drill\nGo client for Apache Drill that utilizes REST API\n\n## Query Example\n\n```go\nd, err := NewDrillbit(\"http://localhost:8047\")\n\ntype fileQuery struct {\n    Name             string\n    IsDirectory      string\n    IsFile           bool   `json:\",string\"`\n    Length           uint64 `json:\",string\"`\n    Owner            string\n    Group            string\n    Permissions      string\n    AccessTime       string\n    ModificationTime string\n}\n\nres := make([]fileQuery, 0)\n\nerr = d.Query(\u0026res, \"show files in dfs\")\n```\n\n## TODO\n\n- [x] Queries\n- [x] Profiles\n- [x] Storage plugins\n- [ ] Stats\n- [ ] Options\n- [ ] Test and coverage reports\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafaakin%2Fgo-drill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafaakin%2Fgo-drill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafaakin%2Fgo-drill/lists"}