This application aggregates the logs from different sources and represents them in a visually pleasing way and also makes it easy to analyse the data using d3.js
- To run the application clone the repository from LogAggregator
- Please install vagrant and also install OracleVMVirtualBox
- Please open the GIT Bash and navigate to the cloned repository and type in
vagrant upto set up the vagrant machine - Then type in
vagrant sshto open the vagrant machine - Now go to the folder vagrant of the root using
cd /vagrant - To install the dependencies use
npm install - Now run the application on a local server using
npm start - Now go to any browser and type in the url
localhost:8080
###License This project is licensed under the terms of the Apache-2.0 license