datablend / gephi-blueprints-plugin

Gephi plugin that allows to import graph data from any Tinkerpop Blueprints-compatible graph implementation
25 stars 5 forks source link

Gephi Blueprints Plugin

More information on how to install, configure and use the Gephi Blueprints plugin can be found on the wiki-section of this repository. The section below specifies how to setup the required development environment for the Gephi Blueprints Plugin.

Introduction

This repository is an out of the box development environment for Gephi plugins. It contains the latest stable version of Gephi modules so you can run a development version of Gephi in seconds. Checkout the Bootcamp for examples of the different type of plugins you can create.

Branches contains Gephi Plugins supported by the core team:

Get started

Follow the steps to get the right development environment for developing Gephi plug-ins.

You can also run Gephi from the command-line using the 'ant run' command.

Create a plugin

Create a new module

Brand your plugin

Distribute your plugin

When you successfully tested your plugin, it's time to create a release. Verify that you have latest updates of Gephi JARs:

Now you can publish you plugin on the Gephi Plugin portal.

Plugins Portal

Our wiki contains a good list of tutorials to code plugins. Also checkout the Bootcamp for real examples.