Tutorials
In this section, we link to some learning resources to become more familiar with Ryu’s usability features, Cypher and its integration with the Python data science and machine learning ecosystem.
Cypher tutorial
If you’re just getting started with Ryu, we recommend starting with our introductory tutorial on Cypher, the query language used in Ryu.
Intro to Cypher Become familiar with Cypher syntax
Python
For Python developers, see the following tutorials.
Intro tutorial
Python tutorial Tutorial for Ryu's Python API
Colab notebooks
We’ve compiled a series of Google Colab notebooks that demonstrate how Ryu can be used and integrated with the Python data science, machine learning and AI ecosystem.
Ryu and NetworkX Working with NetworkX & graph algorithms using a Ryu graph
Ryu and PyTorch Geometric (1) Node property prediction
Ryu and PyTorch Geometric (2) Link prediction
LlamaIndex-Ryu Integration Using Ryu as a property graph store for LlamaIndex
LangChain-Ryu Integration Using Ryu as a property graph store for LangChain
Rust
For Rust developers, see the following tutorials.
Rust tutorial Tutorial for Ryu's Rust API