Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.35 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.35 KB

Event Monitoring Manager

workflow Code Climate Coverage Status

This application is very much a work in progress and doesn't actually do anything yet. I'll update the README with more information as the project moves along.

Installation and Usage

  1. Clone the repository

  2. Copy config.example.json to config.json and edit or run npm run setup

    NOTE: if config.json is cannot live in the root of the project (such as when running as an Openshift or Heroku app) set the CONFIG_ROOT environment variable to point to the config's location

  3. Start the app with npm run server

To-Do

  • Write test for existing functionality
  • Write loader for Mongo
  • Write setup command
  • Write usage dashboard
  • Implement user auth
  • Write loader for Splunk
  • Write loader for New Relic
  • Write loader for flat file storage
  • Write loader for Amazon Glacier
  • Write configuration management interface
  • Write scheduled job to compress flat files