Web project implemented with NodeJS + ExpressJS + Cassandra + AngularJS + Patternfly. It shows stored data in C*, about the OpenStack server's logs. Consists of:
- A level logs dashboard by servie and nodes
- StackedBars charts
- Raw logs search
- NodeJS v6.9.5
- Cassandra 3.0.10
- AngularJS v1.5.11
- ExpressJS V4.14.1
- Patternfly
To run this project, execute:
- Install node packages
npm install
- Install bower packages
bower install
- Start node server
node server.js
- Open your browser and type -> localhost:3000