Launch a PostgreSQL server.
At ./, move in irv_server_dump.gz and load it into the server:
sh restore_db.shCreate a new PostgreSQL database irv_server_test and source the schema files at ./:
For example, in psql -h localhost:
create database irv_server_test;
\c irv_server_test;
\i demo_v1.sql
\i trigger_only.sqlThis section should be done at route_verification_server/. You can do the following in parallel.
Move in ripe.db and run this to scan for 1000 maintainer objects and 1000 route objects.
cargo r --release scanMove in the intermediate representation (IR) JSON files to parsed_all/ and load them.
The JSON files can be generated following instructions in internet_route_verification.
cargo r --release -- loadMove in the AS Relationship Dataset file 20230701.as-rel.bz2 and load them.
cargo r --release -- asrelMake sure you have bgpdump installed.
Move in the MRT file rib.20230619.2200.bz2, generate 256 report on them, and load the reports into the database.
cargo r --release -- record