diff --git a/src/lib/components/layout/Footer.svelte b/src/lib/components/layout/Footer.svelte index 7862f7e6..e6e3ad93 100644 --- a/src/lib/components/layout/Footer.svelte +++ b/src/lib/components/layout/Footer.svelte @@ -15,8 +15,7 @@ Kù-zu ('bright' + 'to know') is a Sumerian word for "wisdom"

- A high-performance graph database management system designed - for complex graph analytics + A fast, modern graph database for really large graphs, with vector search and full text search built in

import { fly } from 'svelte/transition'; - import { Code, Database, Zap, Lock } from 'lucide-svelte'; + import { DatabaseZap, Expand, Code, LockOpen, LayoutDashboard, Puzzle } from 'lucide-svelte'; import type { ComponentType } from 'svelte'; const features: Array<{ @@ -8,33 +8,44 @@ title: string; description: string; }> = [ + { + icon: DatabaseZap, + title: 'Embedded', + description: 'Runs in-process, no external servers. Stores on-disk or in-memory' + }, + { + icon: Expand, + title: 'Fast and Scalable', + description: 'Columnar storage, vectorized processing, and novel join algorithms', + link: 'https://blog.kuzudb.com/post/what-every-gdbms-should-do-and-vision/' + }, { icon: Code, - title: 'Graph-based Modeling & Querying', - description: 'Property graph data model with Cypher query language support' + title: 'Cypher', + description: 'Property graph data model with Cypher query language support', }, { - icon: Database, - title: 'Optimized Storage & Execution', - description: 'Columnar storage, vectorized processing, and novel join algorithms' + icon: LockOpen, + title: 'Open-source', + description: 'Free and open-source (MIT licensed) with support options' }, { - icon: Zap, - title: 'Simple Integration', - description: 'Embeddable, serverless integration with zero-copy Python support' + icon: LayoutDashboard, + title: 'Full-featured', + description: 'Graph-native full-text search index, HNSW vector index, algorithms package, and more' }, { - icon: Lock, - title: 'Free & Open Source', - description: 'MIT Licensed, open-source with enterprise-grade features' + icon: Puzzle, + title: 'AI and Data Ecosystem', + description: 'Works with LangChain, PyTorch Geometric, LlamaIndex, Pandas, Parquet, Iceberg, and more' } ];
-

Core Features

-
+

Kuzu at a Glance

+
diff --git a/src/lib/components/sections/Hero.svelte b/src/lib/components/sections/Hero.svelte index aabbdad4..d858fd29 100644 --- a/src/lib/components/sections/Hero.svelte +++ b/src/lib/components/sections/Hero.svelte @@ -138,13 +138,12 @@

- An embeddable, scalable, extremely fast graph database + Embedded, scalable, blazing fast graph database

- Built by database experts with a relentless drive towards - performance, scalability, and usability + Kuzu is the simplest way of transforming your data into a knowledge graph.

-
+
diff --git a/src/lib/components/sections/InstallSection.svelte b/src/lib/components/sections/InstallSection.svelte index 8e189231..ed7f91b1 100644 --- a/src/lib/components/sections/InstallSection.svelte +++ b/src/lib/components/sections/InstallSection.svelte @@ -92,7 +92,7 @@ }; -
+

Install Kuzu

diff --git a/src/lib/utils/LatestVersion.json b/src/lib/utils/LatestVersion.json index 9fa501ce..c18be660 100644 --- a/src/lib/utils/LatestVersion.json +++ b/src/lib/utils/LatestVersion.json @@ -1 +1 @@ -{"latestVersion":"0.8.0"} \ No newline at end of file +{"latestVersion":"0.9.0"} \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 33ed2f32..3d7998dc 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -48,10 +48,10 @@ - Kuzu - An embeddable, scalable, extremely fast graph database + Kuzu - Embedded, scalable, blazing fast graph database @@ -185,7 +185,7 @@
-
+

Stay Updated