dremio-sdk
v0.0.14
Published
Dremio SDK for JavaScript
Downloads
13
Readme
Dremio SDK for JavaScript
The unnoficial Dremio SDK for JavaScript.
For realease notes, see the CHANGELOG.
Installing
The prefered way to install the Dremio SDK for Node.js is to use the npm package manager for Node.js.
npm install dremio-sdk
Usage and Getting Started
In Node.js
// import entire SDK
var Dremio = require('dremio-sdk')
More information about how to use the SDK on this link
License
This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt and NOTICE.txt for more information.