gs-gephi

An interconnection project between Gephi and GraphStream

License

License

Categories

Categories

Gephi General Purpose Libraries Utility
GroupId

GroupId

com.artistech
ArtifactId

ArtifactId

gs-gephi
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

gs-gephi
An interconnection project between Gephi and GraphStream
Project URL

Project URL

http://github.com/artistech-inc/gs-gephi
Source Code Management

Source Code Management

https://github.com/artistech-inc/gs-gephi

Download gs-gephi

How to add to project

<!-- https://jarcasting.com/artifacts/com.artistech/gs-gephi/ -->
<dependency>
    <groupId>com.artistech</groupId>
    <artifactId>gs-gephi</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.artistech/gs-gephi/
implementation 'com.artistech:gs-gephi:0.1'
// https://jarcasting.com/artifacts/com.artistech/gs-gephi/
implementation ("com.artistech:gs-gephi:0.1")
'com.artistech:gs-gephi:jar:0.1'
<dependency org="com.artistech" name="gs-gephi" rev="0.1">
  <artifact name="gs-gephi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artistech', module='gs-gephi', version='0.1')
)
libraryDependencies += "com.artistech" % "gs-gephi" % "0.1"
[com.artistech/gs-gephi "0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.json : json jar 20131018
junit : junit Optional jar 4.3.1
org.graphstream : gs-core jar 1.3

Project Modules

There are no modules declared in this project.

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 [email protected]: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...

com.artistech

ArtisTech, Inc.

Versions

Version
0.1