Skip to content

wingbotai/wingbot-bigquery

Repository files navigation

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

About

Google BigQuery connector for wingbot.ai

Resources

License

Stars

Watchers

Forks

Packages

No packages published