Gephi

Gephi is an amazing visualization and exploration program for all kinds of graph and networks. It's also open-source and free. Gephi has multiple plugins, to help with graph data analysis and layouts.

You can use Gephi as a standalone application, or as a Gremlin Console plugin.

Gephi plugin

Before starting, you need to have Gephi installed. For Linux systems, preferably use the distribution installer.

Once installed, follow the Gephi plugin instructions.

Running the console

If you are using Docker, you will need to allow using the host network, where Gephi was installed.

sudo docker run -it --rm -v ~/Public/tinker:/tinker --network host tinkerpop/gremlin-console

Activating Gephi

:plugin use tinkerpop.gephi
:remote connect tinkerpop.gephi

Sending graph to Gephi

:> graph
English11/07/24 12:08Lluís Turró Cutiller
English11/11/24 06:34Lluís Turró Cutiller