Signal/Collect
Signal/Collect is a framework for computations on large graphs. The model allows to concisely express many iterated and data-flow algorithms, while the framework parallelizes and distributes the computation.
How to develop in Eclipse
Install the Typesafe IDE for Scala 2.11.
Ensure that Eclipse uses a Java 8 library and JVM: Preferences β Java β Installed JREs β JRE/JDK 8 should be installed and selected.
Import the project into Eclipse: File β Import... β Maven β Existing Maven Projects β select "signal-collect" folder
Thanks a lot to
- University of Zurich and the Hasler Foundation have generously funded the research on graph processing and the development of Signal/Collect.
- GitHub helps us by hosting our code repositories.
- Travis.CI offers us very convenient continuous integration.
- Codacy gives us automated code reviews.