Skip to content

bearddan2000/java-cli-bloop-sbt-orientdb-client-graph-edge-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Description

A java bloop-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.

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • bloop-sbt

Docker stack

  • orientdb:latest
  • hseeberger/scala-bloop-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