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