0.9.0 • Published 8 months ago

wingbot-bigquery v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

wingbot.ai BigQuery analytics storage

npm i wingbot-bigquery

Usage

const { BotApp } = require('wingbot');
const { BigQueryStorage } = require('wingbot-bigquery');

const analyticsStorage = new BigQueryStorage(credentials, projectId, datasetName);

const bot = new BotApp(/** bot app config here */);

bot.registerAnalyticsStorage(analyticsStorage);

How to run tests

Add credentials.json to ./test folder

npm run test
0.9.0

8 months ago

0.8.0

11 months ago

0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.7.0

12 months ago

0.6.0

12 months ago

0.2.0

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago