GDS Workflows in Python
1.2 · Lesson

GDS Workflows in Python

Whether you're working in the Browser or in Python, Go to glossary for graph data science (opens in a new tab)Analysing data through the structure of its connections. Also the name of the Neo4j library that implements it. workflows follow the same fundamental Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship.. The steps are identical. The logic is identical. Only the syntax changes.

This lesson walks through that workflow step by step, showing you how each piece translates from Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. to Python.