Skip to content

artistech-inc/gs-gephi

 
 

Repository files navigation

gs-gephi

An interconnection project between Gephi and GraphStream based on the Graph Streaming API. This project is distributed under MIT license within a LICENSE file in it.

artistech-inc

  1. Updated to Java7 (use of try with resources).
  2. Exceptions now print using Logger.
  3. Updated JSON to 20131018.
4) Added a throw new UnsupportedOperationException(ex.getMessage()); in doSend()
  1. This is a hack since UnsupportedOperationException does not need to be declared as thrown, but I can't change the interface to allow a throws clause.
  2. This is so that if there is no connection to gephi, it won't keep trying and can just fail out.
  3. If there is another way to do this, let me know.

Install

Follow the steps to install this project.

1) Fork and checkout the latest version of this repository: :: git clone git@github.com:artistech-inc/gs-gephi.git 2) build the project use Maven: :: cd gs-gephi mvn install

You can check the manual to see the detailed discription and tutorials showing how to use it.

Ongoing work...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • CSS 1.2%