Skip to content

Latest commit

 

History

History
executable file
·
33 lines (25 loc) · 669 Bytes

README.md

File metadata and controls

executable file
·
33 lines (25 loc) · 669 Bytes

java-cli-buildr-sybase-join

Description

Creates a small database table called dog. This table, dog, has 2 non-clustered index and has been normalized to 3NF.

Two new tables have been added, breedLookup and colorLookup. Creates a new table dog_expanded that joins dog, breedLookup and colorLookup.

Tech stack

  • docker-wait
  • java
  • buildr
    • log4j
    • sybase driver

Docker stack

  • vanto/apache-buildr:latest-jruby-jdk8
  • datagrip/sybase

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit