Skip to content

nomadesoft/quake-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published