Giter Club home page Giter Club logo

dashboard's Introduction

Dashboard

A dashboard that accepts different data sets placing a very small requirement on the data structure.

Objective

Able to send any data sets (with minimal requirements) to the service/app and it automatically handles the data set. If this is the first time the app has received this data set from the particular source, it creates and new "bucket" for the data. Any subsequent data set that matches this initial data set is added to the "bucket". If similar data set but different data source, then categorize the data set within the "bucket".

The display side of things, attempts to determine the best manner to display the data, allowing user override, and user can view the data dynamically.

Data Assumptions

  1. Data has following format [[1,..n],]
  2. If no label, then matching data sets have same n number and matching data type for each value 1.1 If multiple data sets found, then assign to "dump"
  3. First set is taken as header, initially
  4. Columns are in the same order

Setup/Installation

Make sure you have an instance of MongoDB running locally

python setup.py install
python app.py
python producer.py

dashboard's People

Contributors

reinbach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.