Skip to content

bearddan2000/java-cli-bloop-sbt-cockroachdb-single-node-without-ssl-data-type-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-bloop-sbt-cockroachdb-single-node-without-ssl-data-type-uuid

Description

Creates a small table dog that uses a uuid data type.

A java bloop-sbt build, that connects to single node cockroach database without ssl.

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • java
  • bloop-sbt
    • postgres drivers

Docker stack

  • cockroachdb/cockroach:v19.2.2
  • hseeberger/scala-bloop-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Cockroach setup