/ebro

Small, simple Pregel-like computation for graph algorithms

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

ebro

Small, simple Pregel-like computation for graph algorithms.

Maven instructions:

	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
	<dependency>
	    <groupId>es.saulvargas</groupId>
	    <artifactId>ebro</artifactId>
	    <version>0.1</version>
	</dependency>