Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph. Gephi is an open-source graph visualization tool. The Graph Streaming plugin for Gephi allows you to visualize a Cayley graph or a stream of real-time changes to a Cayley graph.
-
Install Cayley
brew install cayley
-
Start Cayley with the Movie Data sample
cayley http -i /usr/local/share/cayley/samples/30kmoviedata.nq -d memstore --host=:64210`
-
Install Gephi
brew cask install gephi
-
Install the Graph Streaming Gephi plugin.
Tools
>Plugins
- Search: "Streaming"
- Install Graph Streaming
-
Open the
Window
>Graph
panel -
Open the
Window
>Streaming
panel -
In the Streaming panel, right-click
Client
and chooseConnect to Stream
- Source URL: http://localhost:64210/gephi/gs
- Stream Type:
JSON
-
From the
Layout
panel, chooseOpenOrd
and clickRun
Some broken links here The cayley doc is now https://github.com/cayleygraph/cayley/blob/master/docs/gephigraphstream.md
I have the development version of gephi, It does not include marketplace access. The files are distributed by the gephi page at https://gephi.org/plugins/#/plugin/graphstreamin. The installation files for the plugin should be extracted and installed using the
add plugins
button in theDownloaded
tab of the plugins modal (tools
>plugins
).