cbee688bfab911cac115165e3fcd2d1583ee0529
Doesn't work on windows something something fs permissions something something linux api Whatever. Works on linux
zkill-susser
Simple tool to try find lossmails of ships fitting certain modules
The idea is to find "an algos that died in faction warfare having at least 2 remote reps"
Data
One half of the data is the eve static dump coming from fuzzworks specifically the SQLite dump
The other half are the dumps from everef
Killmails are to be put into data in their .tar.bz2 format
Database Setup
EVE Static Data (SQLite)
The EVE static data comes as a SQLite database file. Extract the .sqlite file from the .bz2 archive and place it in the project root as sqlite-latest.sqlite.
Killmail Data (ClickHouse)
Killmail data is stored in ClickHouse. The schema and ingestion will be handled separately.
Generating database types
Via gorm gentool
See mprocs.yaml for example
Description
Languages
Go
97.8%
Shell
1.4%
Dockerfile
0.8%