RA
Raphtory/raphtory.g8
A minimal seed giter8 template for raphtory based project
raphtory.g8
A minimal giter8 seed template for raphtory based project.
Usage
Unfold this template into a new project use following command:
$ sbt new Raphtory/raphtory.g8Run Graph Analysis
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.
On this page
Languages
Scala100.0%
Created July 24, 2021
Updated November 15, 2022