Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skhokhlov/neo4j-lego

Centrality calculating for Neo4j
https://github.com/skhokhlov/neo4j-lego

centrality graph-algorithms java neo4j

Last synced: 9 days ago
JSON representation

Centrality calculating for Neo4j

Awesome Lists containing this project

README

        

# Centrality calculating for Neo4j

[![Build Status](https://travis-ci.org/skhokhlov/neo4j-lego.svg?branch=master)](https://travis-ci.org/skhokhlov/neo4j-lego)

Works with Neo4j 3.x.

Degree, closeness and betweenness centrality.

### Building

This project uses gradle for building.

```bash
./gradlew clean jar
```

### License

© Sergey Khokhlov, 2017. Licensed under the Apache License, Version 2.0. See LICENSE file for more details.