#KuzuDB
Embedded DBs are having a renaissance.

RDBMS: SQLite
OLAP: DuckDB
KV: RocksDB
Graph: KuzuDB
Search: Chroma

The developer experience is so good on these. Things just work. Really cool to see.
February 20, 2023 at 2:50 PM
Prashanth Rao @ KùzuDB shows construction of a KG based on the program content from Connected Data London 2021. The data model incorporates both a domain graph and a lexical graph, based on KùzuDB, then uses GraphRAG to provide a chat bot as a Streamlit app.

blog.kuzudb.com/post/llms-in...
December 24, 2024 at 6:37 PM
Prashanth Rao and I are presenting a tutorial at KGC on Mon May 5 11:00-12:30 ET

Re: bandwidth constraints on WiFi -- to have your env prepared, install Python, Git, Docker, then run:
`docker pull senzing/demo-senzing`

See you there!

#KGC2025 #Senzing #KuzuDB #ERKG
May 1, 2025 at 7:23 PM
Kuzu just folded/pivoted.
> Kuzu is working on something new! We will no longer be actively supporting KuzuDB.
is on kuzudb.com

Me thinking a startup has promising tech has so far been a kiss of death to the company. An "Inverse Alex's Tech Opinions" fund might be very profitable. 🤔
October 10, 2025 at 6:11 PM
github.com/kuzudb/kuzu haven’t had the chance to use it yet, so not a recommendation. Just the one I’m aware of
github.com
October 27, 2024 at 3:28 AM
Kuzu est une base de données graphe embarquable dans vos projets (à l'instar de SQLite) et conçue pour la performance. A découvrir ici ⬇️

github.com/kuzudb/kuzu
GitHub - kuzudb/kuzu: Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.
Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher. - kuzudb/kuzu
github.com
April 22, 2025 at 6:20 AM
So far I‘ve always done a lot of manual data modelling work to turn the time-series data into graph networks and then attack it with #Cypher.

The thing is, since #KuzuDB I know very well that graph pattern matches are also just joins, in relational algebra.
November 27, 2024 at 2:59 PM
We will no longer be actively supporting KuzuDB https://kuzudb.com/ (https://news.ycombinator.com/item?id=45560036)
We will no longer be actively supporting KuzuDB
kuzudb.com
October 12, 2025 at 8:29 PM
Oh. Yeah, that sounds like an issue.

Switch to DuckDB or KuzuDB?
February 28, 2025 at 6:25 AM
I haven't used Cypher in a few years so I don't really remember anything beyond superficial details, but is it pretty much the same with neo4j and kuzudb? (I've only used it with neo4j)
April 5, 2025 at 8:45 AM
So since DuckLake is now a thing, how long until we get colum lineage and ontology-driven data access based on OpenCypher and #KuzuDB :D

#databs
May 28, 2025 at 6:40 AM
KuzuDB、ParquetのImport/Exportもいける模様。ネットワーク越しではないけども。
Import Parquet
docs.kuzudb.com
October 11, 2024 at 10:10 AM
公式ではなさそうだがKuzuDBのWASM実装もあるな
GitHub - unswdb/kuzu-wasm: WebAssembly version of Kùzu database
WebAssembly version of Kùzu database. Contribute to unswdb/kuzu-wasm development by creating an account on GitHub.
github.com
October 11, 2024 at 10:12 AM
Just came across @kuzudb from @semihsalihoglu. It’s exactly the thing I’ve been looking for! Embeddable graphdb. Very cool.

https://github.com/kuzudb/kuzu
January 25, 2023 at 1:15 AM
Sad to see KuzuDB isn't a thing anymore. :(
Kuzu just folded/pivoted.
> Kuzu is working on something new! We will no longer be actively supporting KuzuDB.
is on kuzudb.com

Me thinking a startup has promising tech has so far been a kiss of death to the company. An "Inverse Alex's Tech Opinions" fund might be very profitable. 🤔
October 10, 2025 at 7:21 PM
Currently working on a video based on KùzuDB, doing Graph RAG for the first time. I feel like the whole pipeline is looking cool. Data is ingested into DuckLake, with transformations using dbt, and the end result is exported to Parquet and loaded into KùzuDB directly. kuzudb.com #DuckLake #KuzuDB
Kuzu - Embedded, scalable, blazing fast graph database
A fast, modern graph database for really large graphs, with vector search and full text search built in
kuzudb.com
July 5, 2025 at 10:07 AM
The South Bay coffee meetup this evening was a blast! Great conversation about KuzuDB, SlateDB, memory defragging (TIL), a new protocol for PCI-E, reminiscing about PayPal in the 2000’s.

Got to meet @alexmillerdb.bsky.social for the first time, too!
June 6, 2025 at 1:35 AM
Embedded DBs are having a renaissance.

RDBMS: SQLite
OLAP: DuckDB
Graph: KuzuDB
Search: Chroma

The developer experience is so good on these. Things just work. Really cool to see.
February 20, 2023 at 3:20 AM
Weird #DataBS gripe: how come that #Cypher doesn‘t really have a solid and maintained query builder/DSL offering, even though it has a natural tendency to produce these huge and quite complex query expressions where you could readily profit *a lot* from IDE support? Especially with #KuzuDB
April 5, 2025 at 8:33 AM
[Sad News:] It’s the End of the Kuzu World (As We Know It)

Last week, #KuzuDB was archived on GitHub, and immediately afterwards there was a great disturbance in the graph tech ecosystem, as thousands of voices suddenly cried out in terror, including us: www.linkedin.com/feed/update/...
See G.V() - Graph Database Client & Visualization Tooling’s activity on LinkedIn
Sign in or join now to see posts like this one and more.
www.linkedin.com
October 17, 2025 at 6:08 PM
If your obsidian is well kept you can do some graph traversal.

If you have the time I would play around with KuzuDB.

But in the end you are probably better off with a larger model if you need it to connect some more distant ideas.
December 2, 2024 at 8:59 AM
September 11, 2025 at 4:49 AM
kuzudb/kuzu: Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.
kuzudb/kuzu: Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.
https://github.com/kuzudb/kuzu
github.com
September 22, 2025 at 1:10 AM
GraphRAG with KùzuDB - Let's delve into GraphRAG, learning about KùzuDB, node embeddings vs text embeddings, and LangChain, running on top of Ollama with phi4 and gemma3.
GraphRAG with KùzuDB
Let's delve into GraphRAG, learning about KùzuDB, node embeddings vs text embeddings, and LangChain, running on top of Ollama with phi4 and gemma3.
datalabtechtv.com
July 15, 2025 at 11:43 AM