Error loading contributions
This is a JAVA Spring Boot application for reading log files and representing them in a table.
Functionalities:
Choose and upload file
Select file format
Parse file
Search
Generate chart
Statistics
Input
CSV file
JSON file
Output
Table wth log file data separated in events:
| Header 1 | Header 2 | Header 3 | Header 4 |
|---|---|---|---|
| Event1 | Event2 | Event 3 | Event 4 |
Clone git repository by using git clone
Open the application using your prefer IDE (ex: IntelliJ IDEA)
Create MySQL database log_viewer
Go to…