-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from kuzudb/blogs
Migrate old blogs to new site
- Loading branch information
Showing
57 changed files
with
3,844 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+260 KB
public/img/2024-01-04-llms-graphs-part-1/rag-using-structured-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+201 KB
public/img/2024-01-04-llms-graphs-part-1/two-sql-generation-approaches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+311 KB
public/img/2024-01-15-llms-graphs-part-2/kg-enhanced-rag-preprocessing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+123 KB
public/img/2024-01-15-llms-graphs-part-2/rag-unstructured-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+232 KB
public/img/2024-01-15-llms-graphs-part-2/standard-rag-preprocessing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+432 KB
public/img/2024-01-15-llms-graphs-part-2/triples-based-rag-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+176 KB
public/img/2024-01-15-llms-graphs-part-2/triples-based-rag-preprocessing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+49.1 KB
public/img/2024-02-23-transforming-your-data-2/graph_schema_dispute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+347 KB
public/img/2024-02-23-transforming-your-data-2/kuzu_explorer_schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+131 KB
public/img/2024-02-23-transforming-your-data-2/query_boston_panera.png
Oops, something went wrong.
Binary file added
BIN
+68 KB
...mg/2024-02-23-transforming-your-data-2/query_disputed_transactions_vicinity.png
Oops, something went wrong.
Binary file added
BIN
+56.7 KB
public/img/2024-02-23-transforming-your-data-2/relational_schema_dispute.png
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
slug: "meet-kuzu" | ||
title: "Meet Kùzu 🤗" | ||
description: "Kùzu is a new embeddable property graph database management system (GDBMS) that is | ||
designed for high scalability and very fast querying" | ||
pubDate: "Nov 15 2022" | ||
heroImage: "/img/default.png" | ||
categories: ["release"] | ||
authors: ["team"] | ||
tags: ["vision"] | ||
--- | ||
|
||
# Meet Kùzu 🤗 | ||
|
||
Today we are very excited to make an initial version of [Kùzu public on github](https://github.com/kuzudb/kuzu)! | ||
Kùzu[^1] is a new embeddable property graph database management system (GDBMS) that is | ||
designed for high scalability and very fast querying. We are releasing | ||
Kùzu today under a permissible MIT license. Through years of research on GDBMSs, we observed a lack of | ||
highly efficient GDBMS in the market that adopts state-of-the-art | ||
querying and storage techniques and that can very easily integrate into applications, | ||
similar to DuckDB or SQLite. Kùzu aims to fill this space and evolve into the | ||
go-to open-source system to develop | ||
graph database applications, e.g., to manage and query your knowledge graphs, | ||
and develop graph machine learning and analytics pipelines, | ||
e.g., in the Python data science ecosystem. | ||
|
||
Kùzu's core architecture is informed by 6 years of research we conducted | ||
at University of Waterloo on an earlier prototype GDBMS called [GraphflowDB](http://graphflow.io/). | ||
Unlike GraphflowDB, which was intended to be a prototype for our research, Kùzu aims to be | ||
a usable feature-rich system. Some of the primary features of Kùzu's architecture are: | ||
|
||
- 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 | ||
|
||
What we are releasing today includes many of the features of the core engine. This is what we | ||
called the "Phase 1" of the project. In the next "Phase 2" of the project, as we continue adding | ||
more features to the core engine, e.g., better support for ad-hoc properties, string compression, | ||
and support for new recursive queries, we will also be focusing developing around the core engine | ||
to more easily ingest data into the system and output data to downstream data science/graph data science | ||
libraries. You can keep an eye on our tentative [roadmap here](https://github.com/kuzudb/kuzu/issues/981). | ||
You can also read more about some of our longer term goals and vision as a system | ||
in [our new CIDR 2023 paper](https://cs.uwaterloo.ca/~ssalihog/papers/kuzu-tr.pdf), | ||
which we will present in Amsterdam next January. | ||
|
||
*And most importantly please start using Kùzu, tell us your feature requests, use cases, and report bugs. We can evolve into a | ||
more stable, usable, and feature-rich system only through your feedback!* | ||
|
||
We are looking forward to to your feedback and a long and exciting journey as we continue developing Kùzu 🤗. | ||
|
||
--- | ||
|
||
[^1]: For interested readers: the word kù-zu is the Sumerian (the oldest known human language) word for "wisdom". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.