biowhat
biowhat

Reputation: 17

Use of the Neo4j GDS library for loaded graphs

I'm currently working with Knowledge graphs using Neo4j algorithms. I would like to better understand how GDS library works and how I can apply it to my work using projection.

I'm new with Neo4j and I just discovered GDS library. I work with Neo4j using Python and I loaded two graphs in an instance in localhost. I have already installed gds plugin, but my problem is understanding how projection works, If it is mandatory to use gds library, how can I apply it to my existing graphs.

Upvotes: 0

Views: 95

Answers (1)

cybersam
cybersam

Reputation: 67019

Aside from the online documentation, there are free online GDS courses that you may find useful for learning about GDS projections and GDS in general.

Upvotes: 0

Related Questions