Description:

Exports the network to a JSON file with an array of nodes and an array of edges.
This file is suitable to be used with the parseJSON plugin to Sigma.js.
Using JSON with Sigma.js improves load time and browser compatibility.
GPLv3 License.
Code at https://github.com/oxfordinternetinstitute/gephi-plugins/tree/jsonexporter-plugin.

Author:

  • Scott A. Hale

Sources:

github.com/oxfordinternetinstitute/gephi-plugins

License:

GPL v3

Compatible Gephi versions:


README:

Introduction

A Gephi plugin to create a JSON file of your network graph.

Plugin Owner's Notes

This plugin contains a export plugin that takes the current graph and creates a simple JSON file with the nodes and edges of the graph and their attributes. The JSON file has two arrays: one, named "nodes", contains one JSON object for each node in the graph and the other, named "edges", has one JSON object for each edge.

This file is suitable to be used with the JSON parser for Sigma.js. Using JSON with Sigma.js improves load time and browser compatibility.

The code is available under a GPLv3 License.