datasprints / dremio-sdk-js

Dremio SDK for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dremio SDK for JavaScript

License:Apache License 2.0


Languages

Language:JavaScript 100.0%