Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 790 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 790 Bytes

Quake log analyzer

This is a simple implementation of Quake log analyzer, the project follow SOLID principles, and is based on Golang Standar Project Layout.

Architecture

C4 architecture

Requirements

  • Make
  • Go >= 20

How to run

Build:

make build

Run:

./build/quake-analyzer -report by-death-cause

Help:

./build/quake-analyzer -help

Tests

make test 

TODO

  • Improve log parsing using async process.
  • Improve cli interface
  • Implement an store for parsed matches.