[go: up one dir, main page]

Skip to content

Code to reproduce the material covered in Kùzu's YouTube tutorials

License

Notifications You must be signed in to change notification settings

kuzudb/tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kùzu logo

An embedded graph database built for query speed and scalability

Discord Twitter

Tutorials

This repo contains sample code to reproduce the material covered in Kùzu's YouTube tutorials.

Setting up Kùzu

Kùzu is an embedded graph database that runs in-process, so there's no server to set up. Simply install the client library for your language of choice and you're ready to go! A couple of examples are shown below.

CLI

It's recommended to install Kùzu CLI on macOS via Homebrew using the following command:

brew install kuzu

To install the CLI on Linux or Windows systems, see the specific installation instructions on our website.

Python

For Python users using Jupyter notebooks or Python scripts, it's recommended to install Kùzu in a virtual environment via Astral's uv package installer as follows:

uv venv
source .venv/bin/activate
uv pip install kuzu

JavaScript

For Node.js users, install the kuzu package via npm.

# Assuming Node.js 19+ is installed
npm install kuzu

See the docs for more information on how to interact with Kùzu using other languages.

About

Code to reproduce the material covered in Kùzu's YouTube tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published