A visualization dashboard that analyzes security-related datasets using interactive graphs and charts.
I had two 8 hour days to create a visualization dashboard for three datasets. Tab one: Voronoi overlay on line graph. Tab two: Data partitioning method keeps in-memory usage low. Tab three: deals with "Failed" vs "Successful" attempts as positive/negative barcharts over time. I used d3.js, require, MVC pattern, and vanilla js.
This tool is designed for security analysts who need to visualize and interpret security data efficiently. It helps users understand trends in security incidents and resource usage through graphical representations.
Ensure you have Node.js and npm installed to manage dependencies.
Clone the repository using git clone https://github.com/frankelavsky/security-dash-challenge.git
Navigate to the project directory
Install dependencies using npm install