package
0.0.0-20241003202332-6aa2c668d9b1
Repository: https://github.com/rusher2004/nerdb.git
Documentation: pkg.go.dev
# README
killfeed
Command line tools to fetch ESI and killmail data.
Data Sources
Killmails
Live updates from zKill are fetched using the listener package.
Historical data is loaded from EveRef with the EveRef Engine.
ESI Data
Bulk character, corporation, and alliance data is loaded from EveRef's dataset using the engine's RunPlayerUpdater method. To fill the gaps for more recent data, we load directly from ESI with the updater package's UpdateCharacter method.