1+ > [ !NOTE]
2+ > Kuzu is working on something new!
3+ >
4+ > We are archiving the KuzuDB project here: https://github.com/kuzudb/kuzu/
5+ >
6+ > For those using Kuzu currently, prior Kuzu releases will continue to be usable in the same way without modifications to your code.
7+ >
8+ > If you are also using extensions, moving forward you have two options:
9+ > 1 . we have a new release 0.11.3 that bundles many (but not all) of the extensions, so you can migrate to 0.11.3; or
10+ > 2 . you can follow the [ instructions here] ( http://kuzudb.github.io/docs/extensions/#host-your-own-extension-server ) to run a local extension server.
11+ >
12+ > Further, some of our resources are moving from our website to GitHub:
13+ > - Docs: http://kuzudb.github.io/docs
14+ > - Blog: http://kuzudb.github.io/blog
15+ >
16+ > We thank you for being early users of Kuzu and making Kuzu better over the last few years!
17+
18+
119# Kuzu
220Kuzu is an embedded graph database built for query speed and scalability. Kuzu is optimized for handling complex analytical workloads
321on very large databases and provides a set of retrieval features, such as a full text search and vector indices. Our core feature set includes:
@@ -13,7 +31,7 @@ on very large databases and provides a set of retrieval features, such as a full
1331- Serializable ACID transactions
1432- Wasm (WebAssembly) bindings for fast, secure execution in the browser
1533
16- Kuzu was initially developed by [ Kùzu Inc. ] ( https://kuzudb.github.io/ ) . It is available under a permissible license.
34+ Kuzu was initially developed by Kùzu Inc. It is available under a permissible license.
1735
1836## Docs and Blog
1937
@@ -33,7 +51,7 @@ Note that Kuzu no longer provides the official extension server, where you can d
3351If you've upgraded to the latest version v0.11.3, Kuzu has pre-installed four commonly used extensions (` algo ` , ` fts ` , ` json ` , ` vector ` ) for you.
3452You do not need to manually INSTALL these extensions.
3553
36- For Kuzu version before v0.11.3, or to install extensions that haven't been pre-installed, you'd have to set up a local extension server.
54+ For Kuzu versions before v0.11.3, or to install extensions that haven't been pre-installed, you have to set up a local extension server.
3755The instructions of setting up a local extension server can be found below.
3856
3957### Host your own extension server
0 commit comments