ISO GQL Tutorials

Hello all, I am looking to learn ISO GQL in depth. But I can't find much online at all. Any links to tutorials would really help. Videos with hands on code would be awesome. Thanks.

Hi,

We dont specifically have courses on ISO GQL. However we have a lot of courses on Cypher - Cypher Courses | Free Neo4j Courses from GraphAcademy - while GQL != Cypher and Cypher != GQL, there is significant overlap. If you are looking to learn GQL, learning Cypher will get you most of the way there.

There is a section on GQL conformance in the Cypher manual if youre looking for the potential differences - GQL conformance - Cypher Manual

Users should, therefore, only expect minimal differences between crafting queries in Cypher and GQL.

I hope this helps.

Martin

Thanks a ton Martin, will check out, much appreciated!