Is anyone aware of a tutorial or an example that will allow me to do the following: I am inserting live data into mongodb, and would like to visualize it live as a horizon chart by using cubism.js. The visualization should happen as the data is inserted into the database.
The end result will be a webpage where the horizon chart is continuously updated (without reloading the page), similarly to the example at the top of http://square.github.com/cubism/
This question: Using Other Data Sources for cubism.js Is the closest I found to explaining how to achieve this, but I was wondering if there's already a cubism datasource for mongodb available somewhere.
Thanks!