The original dataset is Horse Racing results - UK/Ireland 1988-2026 in Kaggle.
gradle clean build
-
Place the original dataset here, named
raceform.csv. -
Import the file to the staging table.
psql -f import-to-staging.sql
-
Run the importing program.
java -jar build/libs/raceform-database.jar
This program is licensed under the Apache License Version 2.0.