The EVE Online Static Data Export (SDE),
converted from CCP's JSONL release into ready-to-load database dumps. A new set is generated automatically
whenever CCP publishes a new SDE. The latest-* links below always point at the current build,
so they're safe to use directly in scripts and cron jobs - the target changes, the URL doesn't.
| Format | File | Size | MD5 |
|---|---|---|---|
| MySQL Compressed MySQL dump (gzip). Load with gunzip | mysql. |
latest-mysql.sql.gz | 81 MB | f719d1b1117681447e833155754bd1bb |
| PostgreSQL pg_restore custom-format dump, loaded into the database's public schema. |
latest-postgres.pgdump | 81.7 MB | 4e99d659c5e877db5e9f3510779eac90 |
| PostgreSQL (named schema) Same data as above, but loaded into its own named schema instead of public - use this if you don't want the SDE tables mixed in with your own. |
latest-postgresschema.pgdump | 81.7 MB | 59384d3bfae7edc1b3aea246478cb95b |
| SQLite Compressed SQLite database file - gunzip and open directly, no server needed. |
latest-sqlite.db.gz | 135.9 MB | de0092efcdcaf701ecfe1b6522ab963c |
| MSSQL SQL Server backup file, restore with RESTORE DATABASE. |
latest-mssql.bak | 204.9 MB | f722db1549a742d9b9ba96c3d5d85d57 |
.md5sum link for the format you care about instead of the
full file - it's a few bytes and changes whenever that dump does.