Home

Awesome

GraphStore

build Apache License, Version 2.0, January 2004 Maven Central Coverage Status

GraphStore is an in-memory graph structure implementation written in Java. It's designed to be powerful, efficient and robust. It's powering the Gephi software and supports large graphs in intensive applications.

Features Highlight

Download

Stable releases can be found on Maven central.

Development builds can be found on Sonatype's Snapshot Repository.

Documentation

API Documentation is available here.

Follow this QuickStart to get started.

Usage

From a Maven project

<dependency>
    <groupId>org.gephi</groupId>
    <artifactId>graphstore</artifactId>
    <version>0.7.2</version>
</dependency>

From a Gradle project

compile 'org.gephi:graphstore:0.7.2'

Dependencies

GraphStore is built for JRE 11+ and depends on FastUtil and Colt.

For a complete list of dependencies, consult the pom.xml file.

Developers

How to build

GraphStore uses Maven for building.

> mvn clean install

Note that code formatting is automatically applied at that time.

How to test

> mvn test

How to obtain code coverage report

> mvn jacoco:report

Contribute

The source code is available under the Apache 2.0 license. Contributions are welcome.