I want to gain experience using cubism.js
I found this dataset nyc real-time traffic I want to graph.
I need some tips on how to get this done. I know I can use python to query the txt file every N minutes. I would then store the last M minutes of traffic data server-side. When the user visits the site, the server will serve the last M minutes of data. But then what? The client queries the server via cubism.js? or does the server push updates to the user?
I've read through the cubism.js wiki but there aren't any examples on how to do this without cube or graphite.
Also, this would be my first project since my jsp days, so any tips on that front are welcome as well.