/eve-axiom

EVE Online Killmail to Attribute microservice

Primary LanguageGoMIT LicenseMIT

ko-fi

eve-axiom

Provides a killmail to attribute service to resolve dogma into a json output of a fittings capability.

dockerized

docker run antihax/eve-axiom -p 3005:3005

compilation

  • Compile libdogma and place it in the necessary paths for cgo to find.
  • Build the cmd directory.

operation

POST ESI formatted JSON killmail at the :3005/killmail endpoint and receive a JSON response. The :3000 port has prometheus stats and golang pprof information. This port should not be exposed, please protect it.