https://github.com/zvory/price-visualization
Realtime streaming and visualization of prices from a nodejs server
https://github.com/zvory/price-visualization
Last synced: over 1 year ago
JSON representation
Realtime streaming and visualization of prices from a nodejs server
- Host: GitHub
- URL: https://github.com/zvory/price-visualization
- Owner: zvory
- Created: 2016-01-20T22:28:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T02:56:33.000Z (over 10 years ago)
- Last Synced: 2025-01-30T18:42:19.468Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://zvoryg.in/viz
- Size: 2.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###Nodejs Price Server
Live Visualization of realistically generated prices [can be found here](http://zvoryg.in/viz/) (assuming the server is up).
__server.js__ Updates a set of prices every 400ms. The simulation is relatively sophisticated, it is based on real world economics. All prices are initially generated in a normal distribution, and from there are modeled by a biased random walk.
__index.html__ Contains the live visualization. Real-time updating charts of prices, including 30-day Moving Average. Uses [smoothie.js](http://smoothiecharts.org/) for visualization.
The rest of the files are unimportant, and are just prototypes of ideas I had while coding.
#####TODO
Note: this project is no longer under active development.
- Fix code quality and architecture
- Performance improvements