Search code examples
data-visualization

Live Data Visualisation


I want to know if there is a simpler and quicker way to visualize dynamic data. The setup that I require is:

  1. An admin web-interface with forms to feed data.
  2. A public web-page with a table and few charts to display data dynamically.
  3. Live and dynamic display of data.

I know python and I am currently learning django framework.

Solutions which don't require programming skills are also welcome.


Solution

    1. Any CMS;

    2. Take a look at google's visualization api.