Custom Analytics Dashboard for Microsoft Bot Framework and other applications as well
Перейти к файлу
Bill Barnes e7e4ea466c Slightly simplify scripts & README 2017-05-01 14:26:15 -04:00
.vscode loading configuration dynamically + edit 2017-03-27 21:01:53 +03:00
docs Added table doc 2017-04-26 15:38:13 +01:00
public updating favicon 2017-03-29 17:46:55 +03:00
scripts/deployment enabling no auth 2017-03-30 17:25:36 +03:00
server framework update 2017-04-25 18:24:27 +01:00
src Secondary line table view inc linting and docs 2017-04-25 18:20:09 +01:00
.deployment raising build timeout to 7200 2017-03-29 17:31:37 +03:00
.editorconfig Split panel dialog with errors groups 2017-04-07 19:59:51 +01:00
.gitignore loading configuration dynamically + edit 2017-03-27 21:01:53 +03:00
README.md Slightly simplify scripts & README 2017-05-01 14:26:15 -04:00
package.json Slightly simplify scripts & README 2017-05-01 14:26:15 -04:00
tsconfig.json loading configuration dynamically + edit 2017-03-27 21:01:53 +03:00
tslint.json Animated drop down menu and ts linting 2017-04-24 13:14:13 +01:00
yarn.lock authentication is now enabled on server side 2017-03-31 14:00:51 +03:00

README.md

Bot Framedash

This is an application insights based project that displays a bots analytics dashboard.

Preview

Preview Preview

Show With Your Own Data

  1. Clone

  2. Get an Application Insights App ID and Api Key

  3. Run npm run start:dev

  4. Open http://localhost:3000/

  5. Run through setup and afterwards, fill in API Key and Application ID

Deploy To Azure

  1. Fork this repo (to be able to automatically create github deployment key)
  2. Clone & Deploy:
  3. Create a new Web App in Azure

Since application insights API doesn't support ARM yet, we need to manually create an API Key for the application insights service. Once you created the api key, copy and paste it into the Dashboard settings screen.

Create new API Key and Application ID

The following steps explain how to connect Application Insights bot with your bot and your dashboard: [you can also follow the official Application Insights article].

  1. Go to azure portal
  2. Select: Resource Groups > [new resource group] > App Insights Service
  3. Copy Instrumentation Key and paste into your bot registration page (on the bottom)
  4. Click: API Access > Create New Key > + Read Telemetry
  5. Copy Application ID + API Key
  6. Open the URL of your web app
  7. Under AppId/ApiKey set the values you created.

Resources

Used Repos Technologies

Resources

This project is built using:

The server approach was added using:

Thinking about integrating with:

Assumptions

  1. Running node version 4.5 or above.

Installation

git clone https://github.com/CatalystCode/ibex-dashboard.git
cd ibex-dashboard
npm install -g yarn
yarn

Dev

yarn start:dev

Test Watcher

Runs the test watcher in an interactive mode. By default, runs tests related to files changes since the last commit.

yarn test

Build for Production

yarn build

Whats Inside?