Skip to content
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

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Rust tutorial #370

wants to merge 7 commits into from

Conversation

WWW0030
Copy link
Contributor

@WWW0030 WWW0030 commented Feb 8, 2025

Added Rust tutorial instructions.

Previous PR:
#359

@WWW0030 WWW0030 self-assigned this Feb 8, 2025
@WWW0030 WWW0030 requested a review from prrao87 February 8, 2025 17:29
@prrao87
Copy link
Member

prrao87 commented Feb 8, 2025

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.
Copy link
Contributor Author

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

Copy link
Contributor Author

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

@prrao87 prrao87 changed the base branch from main to dev February 10, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants