A minimal giter8 seed template for raphtory based project.
Unfold this template into a new project use following command:
$ sbt new Raphtory/raphtory.g8
Graph can be created locally or on a remote server
-
To create and run analysis on a graph locally
$ sbt "runMain com.pometry.Runner"
-
To create and run analysis on a graph remotely, first start ("Standalone", for instance) server and then connect it using remote context
$ sbt "runMain com.raphtory.service.Standalone" $ sbt "runMain com.pometry.RemoteRunner"
Note: Refer sample examples here.