[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10918":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":36,"readmeContent":37,"aiSummary":38,"trendingCount":16,"starSnapshotCount":16,"syncStatus":39,"lastSyncTime":40,"discoverSource":41},10918,"kuzu","kuzudb\u002Fkuzu","kuzudb","Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.",null,"https:\u002F\u002Fgithub.com\u002Fkuzudb\u002Fkuzu","C++",3961,489,4,307,0,8,21,64,24,30.07,false,"main",[25,26,27,28,29,30,31,32,33,34,35],"database","cypher","graph","embeddable","graph-database","graphdb","neo4j","nosql","embedded","wasm","vector","2026-06-12 02:02:28","> [!NOTE]\n> Kuzu is working on something new!\n> \n> We are archiving the KuzuDB project here: https:\u002F\u002Fgithub.com\u002Fkuzudb\u002Fkuzu\u002F\n> \n> For those using Kuzu currently, prior Kuzu releases will continue to be usable in the same way without modifications to your code.\n> \n> If you are also using extensions, moving forward you have two options:\n>   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\n>   2. you can follow the [instructions here](http:\u002F\u002Fkuzudb.github.io\u002Fdocs\u002Fextensions\u002F#host-your-own-extension-server) to run a local extension server.\n> \n> Further, some of our resources are moving from our website to GitHub:\n>   - Docs: http:\u002F\u002Fkuzudb.github.io\u002Fdocs\n>   - Blog: http:\u002F\u002Fkuzudb.github.io\u002Fblog\n> \n> We thank you for being early users of Kuzu and making Kuzu better over the last few years!\n\n\n# Kuzu\nKuzu is an embedded graph database built for query speed and scalability. Kuzu is optimized for handling complex analytical workloads \non very large databases and provides a set of retrieval features, such as a full text search and vector indices. Our core feature set includes:\n\n- Flexible Property Graph Data Model and Cypher query language\n- Embeddable, serverless integration into applications\n- Native full text search and vector index\n- Columnar disk-based storage\n- Columnar sparse row-based (CSR) adjacency list\u002Fjoin indices\n- Vectorized and factorized query processor\n- Novel and very fast join algorithms\n- Multi-core query parallelism\n- Serializable ACID transactions\n- Wasm (WebAssembly) bindings for fast, secure execution in the browser\n\nKuzu was initially developed by Kùzu Inc. It is available under a permissible license.\n\n## Docs and Blog\n\nTo learn more about Kuzu, see our [Documentation](https:\u002F\u002Fkuzudb.github.io\u002Fdocs) and [Blog](https:\u002F\u002Fkuzudb.github.io\u002Fblog) page.\n\n## Getting Started\n\nRefer to our [Getting Started](https:\u002F\u002Fkuzudb.github.io\u002Fdocs\u002Fget-started\u002F) page for your first example.\n\n## Extensions\nKuzu has an extension framework that users can dynamically load the functionality you need at runtime.\nWe've developed a list of [official extensions](https:\u002F\u002Fkuzudb.github.io\u002Fdocs\u002Fextensions\u002F#available-extensions) that you can use to extend Kuzu's functionality.\n\nKuzu requires you to install the extension before loading and using it.\nNote that Kuzu no longer provides the official extension server, where you can directly install any official extensions.\n\nIf you've upgraded to the latest version v0.11.3, Kuzu has pre-installed four commonly used extensions (`algo`, `fts`, `json`, `vector`) for you.\nYou do not need to manually INSTALL these extensions.\n\nFor 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.\nThe instructions of setting up a local extension server can be found below.\n\n### Host your own extension server\n\nThe extension server is based on NGINX and is hosted on [GitHub](https:\u002F\u002Fghcr.io\u002Fkuzudb\u002Fextension-repo). You can pull the Docker image and run it in your environment:\n\n```bash\ndocker pull ghcr.io\u002Fkuzudb\u002Fextension-repo:latest\ndocker run -d -p 8080:80 ghcr.io\u002Fkuzudb\u002Fextension-repo:latest\n```\n\nIn this example, the extension server will be available at `http:\u002F\u002Flocalhost:8080`. You can then install extensions from your server by appending the `FROM` clause to the `INSTALL` command:\n\n```cypher\nINSTALL \u003CEXTENSION_NAME> FROM 'http:\u002F\u002Flocalhost:8080\u002F';\n```\n\n## Build from Source\n\nYou can build from source using the instructions provided in the [developer guide](https:\u002F\u002Fkuzudb.github.io\u002Fdocs\u002Fdeveloper-guide).\n\n## License\nKuzu is licensed under the [MIT License](LICENSE).\n","Kuzu 是一个为速度而构建的嵌入式属性图数据库，内置了全文搜索和向量搜索功能，并实现了 Cypher 查询语言。其核心特点包括灵活的属性图数据模型、可嵌入且无服务器的应用集成、原生全文搜索与向量索引、列式磁盘存储以及高效的查询处理技术如矢量化和因式分解查询处理器等。Kuzu 适用于需要快速处理复杂分析工作负载的大规模数据库场景，支持多核并行查询执行和可序列化的 ACID 事务。此外，它还提供了 WebAssembly 绑定，允许在浏览器中安全快速地执行。",2,"2026-06-11 03:30:49","trending"]