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
- Host: GitHub
- URL: https://github.com/fivetran/zetasql-npm-examples
- Owner: fivetran
- License: mit
- Created: 2022-01-19T11:30:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T09:53:01.000Z (about 4 years ago)
- Last Synced: 2025-03-29T05:34:01.879Z (about 1 year ago)
- Topics: bigquery, grpc, sql, zetasql
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 6
- Watchers: 43
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```