0.9.0 • Published 2 years ago

wingbot-bigquery v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.8.0

2 years ago

0.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago