Skip to content

A minimal seed giter8 template for raphtory based project

Notifications You must be signed in to change notification settings

Raphtory/raphtory.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.g8

Run 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.

About

A minimal seed giter8 template for raphtory based project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages