smarthi / openstack-operations-poc

OpenStack log collection PoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenStack log collection PoC


Languages

Language:JavaScript 66.0%Language:HTML 34.0%