Skip to content

Feature: Plugin GDS#15

Merged
avisionh merged 1 commit intomainfrom
feature/plugin-gds
Jun 11, 2021
Merged

Feature: Plugin GDS#15
avisionh merged 1 commit intomainfrom
feature/plugin-gds

Conversation

@avisionh
Copy link
Owner

@avisionh avisionh commented Jun 11, 2021

Summary

This branch adds the graph-data-science plugin/library to our neo4j database so we can leverage the graph algorithms there.

Changes

The high-level changes made in this PR are:

  1. Adds graph-data-science plugin
  2. Adds apoc plugin

Please see the commit history for more detailed changes.


Check

  • Can run some the examples in official documentation here on community detection algorithms using the GDS plugin.

Note

The current implementation is taken from here.

To use plugins in production with Neo4j Docker containers, see Install user-defined procedures.

This is so they can be used in container.
@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #15 (7e88890) into main (4f433ed) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   76.38%   76.38%           
=======================================
  Files           3        3           
  Lines         144      144           
  Branches       32       32           
=======================================
  Hits          110      110           
  Misses         24       24           
  Partials       10       10           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f433ed...7e88890. Read the comment docs.

@avisionh avisionh merged commit 23e84c9 into main Jun 11, 2021
@avisionh avisionh deleted the feature/plugin-gds branch June 11, 2021 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant