-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust tutorial #370
base: dev
Are you sure you want to change the base?
Rust tutorial #370
Conversation
Thanks @WWW0030! Will review by Monday for sure. |
# Rust tutorial: | ||
Please first follow the instructions in our [installation documentation](/installation.mdx) to install kuzu in Rust. | ||
|
||
Next, create a directory under the src rust directory called `data`, [download the zipped data](https://rgw.cs.uwaterloo.ca/kuzu-test/tutorial/tutorial_data.zip) and unzip the csvs into the `data` directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small problem with the csvs, when unzipping the file two csvs with the same name but different cases will be considered the same csv, will fix tonight
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the zip file to
- nodes (directory)
-
- user
-
- post
- relation (directory)
-
- FOLLOWS
-
- LIKES
-
- POSTS
Added Rust tutorial instructions.
Previous PR:
#359