Skip to content

Vincibean/slick-flyway-codegen-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slick Flyway Codegen Playground

Playing around with Flyway, Slick and Slick-Codegen

Prerequisites

This project assumes that both Java and SBT are installed.

How To Run It

From the CLI, run:

sbt clean flywayMigrate test

Otherwise, for *nix systems, you can use the run.sh script.

Dataset Description

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.