saulvargas / ebro

Small, simple Pregel-like computation for graph algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Small, simple Pregel-like computation for graph algorithms

License:GNU General Public License v3.0


Languages

Language:Java 100.0%