{"id":23412990,"url":"https://github.com/cgivre/drill-nodejs","last_synced_at":"2025-10-10T13:44:06.544Z","repository":{"id":57216316,"uuid":"99846139","full_name":"cgivre/drill-nodejs","owner":"cgivre","description":"NodeJS client for Apache Drill","archived":false,"fork":false,"pushed_at":"2017-08-28T03:48:18.000Z","size":2058,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T23:34:36.399Z","etag":null,"topics":["apache-drill","node-module","nodejs","sql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cgivre.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":"2017-08-09T19:36:33.000Z","updated_at":"2022-02-08T01:55:11.000Z","dependencies_parsed_at":"2022-08-26T15:01:12.643Z","dependency_job_id":null,"html_url":"https://github.com/cgivre/drill-nodejs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgivre%2Fdrill-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgivre%2Fdrill-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgivre%2Fdrill-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgivre%2Fdrill-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgivre","download_url":"https://codeload.github.com/cgivre/drill-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247962414,"owners_count":21024860,"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","node-module","nodejs","sql"],"created_at":"2024-12-22T18:27:20.141Z","updated_at":"2025-10-10T13:44:01.523Z","avatar_url":"https://github.com/cgivre.png","language":"JavaScript","readme":"[![npm package](https://nodei.co/npm/drill-client.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://www.npmjs.com/package/drill-client)\n\n[![Known Vulnerabilities](https://snyk.io/test/github/cgivre/drill-nodejs/badge.svg)](https://snyk.io/test/github/cgivre/drill-nodejs)\n\n# Apache Drill Client for NodeJS\nThese are initial experiments to create a connector for NodeJS to query Apache Drill. \n\n## Usage\nTo query Drill, the `.execute()` or `.query()` functions \n```\nvar client = new Drill.Client({hostname:'localhost', port:8047});\n\nclient.query('SELECT * FROM cp.`employee.json` LIMIT 10', function(error, data, columns){\n  console.log({data: data['rows'], columns: data['columns'], error: error});\n});\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgivre%2Fdrill-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgivre%2Fdrill-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgivre%2Fdrill-nodejs/lists"}