96c3fc1c3cc13e5d2cbb9898d613181d02a9820a
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 postgres dump
The other half are the dumps from everef
Killmails are to be put into data in their .tar.bz2 format
Database Import
The PostgreSQL database dump comes in the form of a .dmp file. The database must be empty prior to import.
To import the database dump:
- Ensure PostgreSQL is running (e.g., via
docker-compose up -d) - Ensure the target database exists and is empty
- Import the dump using
pg_restorefrom the host machine:
docker-compose exec -T db pg_restore -U postgres -d zkill -v < postgres-schema-latest.dmp
Generating database types
Via gorm gentool
See mprocs.yaml for example
Description
Languages
Go
97.8%
Shell
1.4%
Dockerfile
0.8%