nuagenetworks / visualization-framework

Visualization Framework using ReactJS
BSD 3-Clause "New" or "Revised" License
7 stars 25 forks source link

Create a service for demo visualization framework #312

Closed t00f closed 7 years ago

t00f commented 7 years ago

The service should be able to read a static file (json or csv, to be determined). This would help to avoid having an elastic search dependancy in our demo app.

t00f commented 7 years ago

Dataset: Olympic medals

I liked the simplicity of the olympic medals for various countries. It is easy to understand and get into it.

In order to have some timed data, I will go with the following dataset that takes the top 10 countries (gold, silver and bronze medals) from 1896 to 2012

Here is the graphs I can think of:

I am wondering how to get a chord diagram, if you guys have an idea !

Service

The dataset is provided as a csv file. I will need to create a service that is capable of:

curran commented 7 years ago

Cool idea to use the olympic medals dataset.

Probably we'll need another sample dataset to drive the Chord Diagram. Maybe we could use this one on Global Migration https://bl.ocks.org/curran/8c5bb1e0dd8ea98695d28c8a0ccfc533

t00f commented 7 years ago

Here is what we have so far.

screen shot 2016-12-21 at 11 57 51 am

t00f commented 7 years ago

We now have a complete demo in the repository named demo-vf.

It contains 2 dashboards with multiple listeners / tooltips / graph examples.