Skip to content

bitmovin/bitmovin-analytics-sample-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmovin Analytics Sample Dashboard

bitmovin Build Status

This project is meant as an example of how a Bitmovin Analytics dashboard could look like. This is by no means a fully featured Dashboard but meant to give users a starting point from where to develop their own.

Using the Bitmovin API requires an active account. Sign up for a Bitmovin API key.

Installation

This project is using yarn. Please make sure you have the latest version of yarn installed.

git clone https://github.com/bitmovin/bitmovin-analytics-sample-dashboard.git
yarn install

Running the Dashboard locally

To start up the built-in webpack development server run:

yarn start

Docker

A sample Dockerfile is provided to run a simple pushstate-server inside the container.

docker build -t <image-name> .

Contributing

We'd love to make the dashboard better for everyone so feel free to contribute back via Pull-Requests!