Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
add gds library video
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jul 27, 2020
1 parent 6b6928e commit 74dfc59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graph-data-science/graph-algorithms/graph-algorithms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ They describe steps to be taken to process a graph to discover its general quali
Neo4j Graph Data Science is a library that provides efficiently implemented, parallel versions of common graph algorithms for Neo4j 3.x and Neo4j 4.x exposed as link:/developer/cypher/[Cypher] procedures.
It forms the core part of your link:/developer/graph-data-science[Graph Data Science platform^].

Amy Hodler and Alicia Frame explain more about the library and share hands on examples in https://www.youtube.com/watch?v=ziG_oPnxB20[this talk^] from the link:/connections/graph-data-science/[Connections: Graph Data Science^] event.

++++
<iframe width="560" height="315" src="https://www.youtube.com/embed/ziG_oPnxB20" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/nzBg23aTCAE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
++++

Amy Hodler and Alicia Frame also explain more about the library and share hands on examples in https://www.youtube.com/watch?v=ziG_oPnxB20[this talk^] from the link:/connections/graph-data-science/[Connections: Graph Data Science^] event.

The library contains implementations for the following types of algorithms:

* link:/docs/graph-data-science/current/algorithms/pathfinding/[Path Finding^] - these algorithms help find the shortest path or evaluate the availability and quality of routes
Expand Down

0 comments on commit 74dfc59

Please sign in to comment.