Skip to content

Latest commit

 

History

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

File metadata and controls

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

java-cli-maven-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
  • maven
    • log4j
    • sybase driver

Docker stack

  • maven:3-openjdk-17
  • datagrip/sybase

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit