An open API service indexing awesome lists of open source software.

https://github.com/fivetran/zetasql-npm-examples

This repo contains examples of usage of zetasql-npm library
https://github.com/fivetran/zetasql-npm-examples

bigquery grpc sql zetasql

Last synced: about 1 year ago
JSON representation

This repo contains examples of usage of zetasql-npm library

Awesome Lists containing this project

README

          

# zetasql-npm-examples
This repo contains examples of usage of [zetasql-npm](https://www.npmjs.com/package/@fivetrandevelopers/zetasql) library

## Install dependencies

```sh
npm i
```

## Compile project

```sh
npm run compile
```

## Run project

```sh
node ./out/index.js
```