index.community/gephi
Tao Bror Bojlén 34d4f58ff7
only put instances with a type on the graph
2019-08-18 17:25:24 +02:00
..
.settings refactor/elixir backend 2019-07-14 11:47:06 +00:00
gradle/wrapper dockerize gephi 2019-02-21 12:32:50 +00:00
lib dockerize gephi 2019-02-21 12:32:50 +00:00
src/main/java/space/fediverse/graph only put instances with a type on the graph 2019-08-18 17:25:24 +02:00
.classpath refactor/elixir backend 2019-07-14 11:47:06 +00:00
.project refactor/elixir backend 2019-07-14 11:47:06 +00:00
Dockerfile dockerize gephi 2019-02-21 12:32:50 +00:00
README.md dockerize gephi 2019-02-21 12:32:50 +00:00
build.gradle dockerize gephi 2019-02-21 12:32:50 +00:00
gradlew dockerize gephi 2019-02-21 12:32:50 +00:00
gradlew.bat dockerize gephi 2019-02-21 12:32:50 +00:00
settings.gradle dockerize gephi 2019-02-21 12:32:50 +00:00

README.md

Gephi

This subproject uses Gephi to layout a graph that'll then be served to people on the front-end. Always make sure to run ./gradlew shadowJar to compile your changes.

Note that it won't compile with the given repos:

> Could not resolve all files for configuration ':compile'.
   > Could not find net.java.dev:stax-utils:snapshot-20100402.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - https://repo.maven.apache.org/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
       - https://jcenter.bintray.com/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - https://jcenter.bintray.com/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
       - https://dl.google.com/dl/android/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - https://dl.google.com/dl/android/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
       - http://bits.netbeans.org/nexus/content/groups/netbeans/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - http://bits.netbeans.org/nexus/content/groups/netbeans/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
     Required by:
         project : > org.gephi:gephi-toolkit:0.9.2 > org.gephi:core-library-wrapper:0.9.2

I just downloaded version 0.9.2 from the gephi-toolkit GitHub and manually added it to fediverse.space/gephi/lib... ¯_(ツ)_/¯