Skip to content

EVE Developer Documentation

Crowdsourced documentation for third-party developers

Fuzzwork Enterprises SDE Conversion

Conversions of the Eve Static Data Extract, converted to mysql, postgres, sqlite or MSSQL, along with dumps of each table as a CSV file.

Features

The EVE SDE is available as a zip file with JSONL or YAML files. this is great for transfer, but not so useful for lookups. These conversions allow you to treat the data as a relational database, and pull things out as you need them.

Available as:

  • SQLite DB
  • MySQL/MariaDB
  • Postgres in the public schema
  • Postgres in an evesde schema
  • MSSQL backup.
  • CSV files