Real time visualization for spark streaming data, from data published to Redis channel "spark-metrics"
- Node.js
- Express.js
- Redis
- Socket.io
- Angular.js
- Jade
Redis running locally on the default port 6379. To install and start Redis on a mac, use "brew install Redis". Visit http://brew.sh/ for info on installing Homebrew if you don't have it. If you don't have Node.js installed, visit https://nodejs.org/en/download/
npm install
node server
Open http://localhost:3000 in your browser