Skip to content

Latest commit

 

History

History
executable file
·
54 lines (43 loc) · 2.16 KB

README.md

File metadata and controls

executable file
·
54 lines (43 loc) · 2.16 KB

java-cli-bloop-sbt-dolt-normal

Description

Creates a small database table called dog. This table, dog, has been normalized to 3NF. Two new tables have been added, breedLookup and colorLookup. All output normally seen in a terminal will be in java-srv/log which will dump to the screen. The project may seem to hang but the logs from the container must be written to the project this can take up to 3 min.

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • java
  • bloop-sbt
    • log4j
    • dolt driver

Docker stack

  • hseeberger/scala-bloop-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10
  • dolthub/dolt-sql-serverdb:latest

To run

sudo ./install.sh -u Creates java-srv/log

To stop

sudo ./install.sh -d Removes java-srv/log

For help

sudo ./install.sh -h

Credit

https://github.com/htorun/dbtableprinter

java-cli specific search

General search