A collection of Osmium data dumps are available as Github releases.
The dump file is generated from the database of the EVE client itself.
-
Import the
pgsql/eve.sql
schema; -
Install Reverence and psycopg2;
-
Run the
./bin/reverence_insert
script.
# Import the schema
psql osmium osmium_user < pgsql/eve.sql
./bin/reverence_insert -c <path_to_cache> <path_to_eve>
- Optionally insert traits with
./bin/insert_traits
. Requires a Phobos dump.
./bin/insert_traits /path/to/phobos/infobubbles.json
That's it! You can now dump the eve schema for later use (for example
by using the backup_eve
script).
./bin/backup_eve