Skip to content

bearddan2000/groovy-cli-bazel-cockroachdb-single-node-without-ssl-data-type-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groovy-cli-bazel-cockroachdb-single-node-without-ssl-data-type-array

Description

Creates a small table dog that uses a text array data type. Arrays can also be numeric.

A groovy bazel build, that connects to single node cockroach database without ssl.

Tech stack

  • groovy
  • bazel
    • postgres drivers

Docker stack

  • cockroachdb/cockroach:v19.2.2
  • l.gcr.io/google/bazel:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Cockroach setup