2026-01-05 16:26:41 +01:00
2026-01-05 16:26:41 +01:00
2026-01-05 12:36:03 +01:00
2026-01-05 12:37:02 +01:00
2026-01-05 13:01:27 +01:00
2026-01-05 16:08:30 +01:00
2026-01-05 16:18:18 +01:00
2026-01-05 12:51:56 +01:00

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:

  1. Ensure PostgreSQL is running (e.g., via docker-compose up -d)
  2. Ensure the target database exists and is empty
  3. Import the dump using pg_restore from 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
No description provided
Readme 1.3 MiB
Languages
Go 97.8%
Shell 1.4%
Dockerfile 0.8%