Playing around with Flyway, Slick and Slick-Codegen
This project assumes that both Java and SBT are installed.
From the CLI, run:
sbt clean flywayMigrate test
Otherwise, for *nix systems, you can use the run.sh
script.
The data consists of flight arrival and departure details for all commercial flights within the USA in 2008.
The Flight dataset is a modified version of the dataset provided by Dr. Leonore Findsen.
The Plane dataset is a modified version of the dataset provided by Project Mosaic.