-
Prerequisites Ensure you have Node.js installed on your machine (v16+ recommended).
-
Installation Install the minimal required packages:
npm install
- Populating Data
Add your logs inside
raw-datafolder.
The application looks specifically for files ending with a .csv extension.
- Running the Application Start the Node.js server using the default npm script:
npm start
Input CSV headers should be:
"Browser name","Browser version","Browser version major","Browser version minor","Operating System","Operating System version","Operating System version major","Operating System version minor","Device","Event timestamp"