Skip to content
/ kuzu Public
forked from kuzudb/kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.

License

Notifications You must be signed in to change notification settings

neeraj9/kuzu

This branch is 1181 commits behind kuzudb/kuzu:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b1d45a · Apr 1, 2024
Mar 26, 2024
Jan 26, 2024
Mar 25, 2024
Mar 14, 2024
Apr 1, 2024
Nov 15, 2022
Mar 23, 2024
Apr 1, 2024
Apr 1, 2024
Mar 15, 2024
Apr 1, 2024
Nov 12, 2022
Nov 30, 2023
Nov 24, 2023
Mar 12, 2024
Nov 8, 2023
Mar 2, 2023
Mar 31, 2024
Feb 9, 2023
May 30, 2023
Mar 12, 2024
Mar 26, 2024
Mar 20, 2024

Repository files navigation


Github Actions Badge discord twitter

Kùzu

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

  • Flexible Property Graph Data Model and Cypher query language
  • Embeddable, serverless integration into applications
  • Columnar disk-based storage
  • Columnar sparse row-based (CSR) adjacency list/join indices
  • Vectorized and factorized query processor
  • Novel and very fast join algorithms
  • Multi-core query parallelism
  • Serializable ACID transactions

Kùzu started as a research project at University of Waterloo and is now being developed primarily by Kùzu Inc., a spinoff company from University of Waterloo. Kùzu is available under a permissible license. So try it out and help us make it better! We welcome your feedback and feature requests.

Installation

Language Installation
Python pip install kuzu
NodeJS npm install kuzu
Rust cargo add kuzu
Java jar file
C/C++ precompiled binaries
CLI precompiled binaries

To learn more about installation, see our Installation page.

Getting Started

Refer to our Getting Started page for your first example.

More information can be found at

Build from Source

Instructions can be found at Build Kùzu from Source.

Contributing

We welcome contributions to Kùzu. If you are interested in contributing to Kùzu, please read our Contributing Guide.

License

By contributing to Kùzu, you agree that your contributions will be licensed under the MIT License.

Citing Kùzu

If you are a researcher and use Kùzu in your work, we encourage you to cite our work. You can use the following BibTeX citation:

@inproceedings{kuzu:cidr,
  author =  {Xiyang Feng and
             Guodong Jin and
             Ziyi Chen and
             Chang Liu and
             Semih Saliho\u{g}lu},
  title={K\`uzu Graph Database Management System},
  booktitle={CIDR},
  year={2023}
}
@misc{kuzu-github,
  author =  {Xiyang Feng and
             Guodong Jin and
             Ziyi Chen and
             Chang Liu and
             Semih Saliho\u{g}lu},
  title = {{K\`uzu Database Management System Source Code}},
  howpublished = {\url{https://github.com/kuzudb/kuzu}},
  month        = nov,
  year         = 2022
}

Contact Us

You can contact us at contact@kuzudb.com or join our Discord community.

About

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.1%
  • Cypher 7.4%
  • Python 5.5%
  • Rust 2.1%
  • Java 2.0%
  • JavaScript 1.5%
  • Other 2.4%