wingbot-bigquery

0.9.0 • Public • Published

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

Package Sidebar

Install

npm i wingbot-bigquery

Weekly Downloads

12

Version

0.9.0

License

MIT

Unpacked Size

40.4 kB

Total Files

10

Last publish

Collaborators

  • wingbot.ai