/parse-log

A simple program to extract all the data on a log file.

Primary LanguageGo

parse-log

A simple program to extract all the data on a log file, store on a database and make some calculations with this data.

Build and Run the application

make all

Put the log file to extract the data on api/. The log file should be named logs.txt. The format the log should be is can be found here.


NOTE

Type make or make help to see all the commands.