Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 627 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 627 Bytes

OpenStack Operations

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

Architecture

  • NodeJS v6.9.5
  • Cassandra 3.0.10
  • AngularJS v1.5.11
  • ExpressJS V4.14.1
  • Patternfly

Deployment

To run this project, execute:

  1. Install node packages
npm install
  1. Install bower packages
bower install
  1. Start node server
node server.js
  1. Open your browser and type -> localhost:3000