From 6ea63ec3e7a06faddb1222c65ca27606b6b96b50 Mon Sep 17 00:00:00 2001 From: matkuliak Date: Wed, 11 Sep 2024 20:40:46 +0200 Subject: [PATCH] Elaborate on CrateDB introduction --- docs/home/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/home/index.md b/docs/home/index.md index 15a4c4e..b59877a 100644 --- a/docs/home/index.md +++ b/docs/home/index.md @@ -14,9 +14,14 @@ orphan: true # Welcome to CrateDB! -CrateDB is designed to handle your demanding analytics and search workloads with -ease. Here you'll find comprehensive resources including reference manuals, -tutorials, example code, and more. +CrateDB is a hyper-fast open source multi-model database combining the +simplicity of SQL and flexible schemas with the scalability of a distributed +architecture. CrateDB is a multi-model database. Its strength lies in the +efficient handling of multiple data models within the same database and even +within the same record in a table. This allows you to use one database for all +structured, semi-structured and unstructured data. For example, tabular data, +JSON or documents, time series, vectors, geospatial, full text +and binary objects Happy learning and building with CrateDB!