Skip to content

Latest commit

 

History

History
executable file
·
34 lines (25 loc) · 996 Bytes

File metadata and controls

executable file
·
34 lines (25 loc) · 996 Bytes

java-cli-sbt-orientdb-client-graph-edge-query

Description

A java sbt build, that connects to orientdb database.

Creates a new database Health and adds document Doctor.

Creates self joins with edges. Uses sql to query incoming and outgoing edges.

Tech stack

  • sbt

Docker stack

  • orientdb:latest
  • hseeberger/scala-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit