Asakiz / parse-log

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


About

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


Languages

Language:Go 88.6%Language:Makefile 9.4%Language:Dockerfile 2.0%