nim-kuzu

Nim Kuzu
Login

Nim Kuzu

home : https://code.martini.nu/fossil/nim-kuzu

github_mirror : https://github.com/mahlonsmith/nim-kuzu

Description

This is a Nim binding for the Kuzu graph database library.

Kuzu is an embedded graph database built for query speed and scalability. It is optimized for handling complex join-heavy analytical workloads on very large graphs, with the following core feature set:

For more information about Kuzu itself, see its documentation.

Prerequisites

Installation

$ nimble install kuzu

The current version of this library is built for Kuzu v0.9.0.

Usage

See the Usage documentation.

You can also find a bunch of working examples in the tests.

Contributing

You can check out the current development source with Fossil via its home repo, or with Git/Jujutsu at its project mirror

After checking out the source, uncomment the development dependencies from the kuzu.nimble file, and run:

$ nimble setup

This will install dependencies, and do any other necessary setup for development.

Authors

A note of thanks to @mantielero on Github, who has a Kuzu binding for an early KuzuDB (0.4.x) that I found after starting this project.