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.
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.