https://github.com/pcon/eventmonitoring-manager
A management application for pulling down event monitoring data and performing ETLs on it
https://github.com/pcon/eventmonitoring-manager
Last synced: about 1 year ago
JSON representation
A management application for pulling down event monitoring data and performing ETLs on it
- Host: GitHub
- URL: https://github.com/pcon/eventmonitoring-manager
- Owner: pcon
- License: gpl-3.0
- Created: 2019-12-05T15:21:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:18:18.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:11:29.343Z (about 2 years ago)
- Language: JavaScript
- Size: 770 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Event Monitoring Manager

[](https://codeclimate.com/github/pcon/eventMonitoring-manager)
[](https://coveralls.io/github/pcon/eventMonitoring-manager?branch=master)
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
- [X] Write loader for Mongo
- [X] Write setup command
- [ ] Write usage dashboard
- [ ] Implement user auth
- [ ] Write loader for Splunk
- [ ] Write loader for New Relic
- [X] Write loader for flat file storage
- [ ] Write loader for Amazon Glacier
- [ ] Write configuration management interface
- [ ] Write scheduled job to compress flat files