Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.31 KB

dblp-graphulo

Interface for the DBLP-Parser to save data into an Accumulo instance as a Graphulo sparse matrix. Implementation of algorithms to calculate weakly and strongly connected components and analysis. Written for the Big Data Praktikum at the University of Leipzig.

Requirements

Maven, Gradle, Accumulo

Installation

Tested on Ubuntu 16.04

Preparation

Infrastructure contains classes to connect to Accumulo and an abstraction for "Graphulo-formed" Accumulo-Entries.

To use the DBLP-data, you can implement a DBLP-Processor, check this and this.

Running

Calculate components (really slow) using this. For analysis use this.