Skip to content

appbackr/research-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

research-dashboard

A simple middleware to interface Geckoboard with Firebase for reporting of key Data Research Analysis KPIs

#Deployment

Create a service manager configuration file /etc/init/appbackrdash.conf

description "appbackr analysis dashboard middleware"
start on runlevel [2345]
stop on runlevel [06]

exec python /home/ubuntu/research-dashboard/geckoboard-firebase-interface/dashboard.py

Start the service

sudo service appbackrdash start

#Motivations

Geckoboard's push interface is not immediately compatible with Firebase which was used for real-time static analysis progress monitoring. This middleware serves to bridge the gap by receiving and restructuring KPIs from Firebase to Geckoboard.

#About

Requires Boto for AWS integration, Firebasin for Firebase in Python

About

Dashboard for monitoring Data Research related Analyses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors