Skip to content

Latest commit

 

History

History
executable file
·
32 lines (24 loc) · 839 Bytes

File metadata and controls

executable file
·
32 lines (24 loc) · 839 Bytes

java-cli-gradle-cassandra-single-node-without-ssl-index

Description

Creates a small database table called dog. This table, dog, has been normalized to 3NF.

A java gradle build, that connects to single node cassandra database without ssl.

Tech stack

  • docker-compose-wait
  • java
  • gradle
    • cassandra drivers

Docker stack

  • cassandra:4.0
  • gradle:jdk11

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit