{"id":20598740,"url":"https://github.com/torosent/drill-csharp","last_synced_at":"2025-06-16T06:39:40.454Z","repository":{"id":38005891,"uuid":"174129207","full_name":"torosent/drill-csharp","owner":"torosent","description":"Apache Drill client in C#","archived":false,"fork":false,"pushed_at":"2022-12-08T04:19:59.000Z","size":11,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T01:13:39.381Z","etag":null,"topics":["apache-drill","client","csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","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/torosent.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":"2019-03-06T11:06:37.000Z","updated_at":"2019-03-10T08:14:52.000Z","dependencies_parsed_at":"2023-01-25T08:16:49.213Z","dependency_job_id":null,"html_url":"https://github.com/torosent/drill-csharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torosent%2Fdrill-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torosent%2Fdrill-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torosent%2Fdrill-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torosent%2Fdrill-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torosent","download_url":"https://codeload.github.com/torosent/drill-csharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242233377,"owners_count":20093979,"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":["apache-drill","client","csharp"],"created_at":"2024-11-16T08:28:10.370Z","updated_at":"2025-03-06T15:25:39.483Z","avatar_url":"https://github.com/torosent.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drill-csharp\n\nC# client for Apache Drill\n\n## How to use\n\nDynamic response:\n\n```csharp\n    var bit = new DrillBit(address);\n    var query = new Query\u003cQueryResponse\u003e(bit);\n    var result =await query.Execute(\"select * from dfs.`/tmp/donuts.json` where name= \\u0027Cake\\u0027\");\n    foreach (dynamic row in result.Rows)\n    {\n        var id = row.id.ToString();\n    } \n```\n\nStructured response:\n\n```csharp\n    var bit = new DrillBit(address);\n    var query = new Query\u003cQueryFileResponse\u003e(bit);\n    var result = await query.Execute(\"show files in dfs.`/tmp`\");\n    foreach (var row in result.Rows)\n    {\n        var name = row.Name;\n    } \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorosent%2Fdrill-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorosent%2Fdrill-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorosent%2Fdrill-csharp/lists"}