Tool to analyze multiple Oracle Database AWR reports - upload them and admire beautiful charts.
New - check docker directory for quick and easy setup with Docker!
-
Install Mongo DB, Node JS and npm.
-
Get SPA source code.
-
Install dependencies by running
npm install
in SPA top directory. -
Make sure your Mongo database is up and running.
-
Edit
config.js
if you want to change Mongo database connection or listen port. SPA will create a new empty database for you if necessarry. -
Start SPA:
node spa.js
. Hopefully you will getSPA server up at http://localhost:3300
. -
Point your browser to address as printed above. Check Help menu for usage instructions.