From 30d343ad04ac3e05d5dd01d4043937d0da4d3e66 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 5 Mar 2026 01:12:25 +0100 Subject: [PATCH 1/3] Real-time analytics: Add card to "sample applications" page https://github.com/crate/realtime-demo --- docs/start/application/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/start/application/index.md b/docs/start/application/index.md index 1207f008c..8786879d9 100644 --- a/docs/start/application/index.md +++ b/docs/start/application/index.md @@ -94,6 +94,17 @@ then stored in CrateDB as plain text with a full‑text index and vector embeddi Users can ask questions of the knowledge base using natural language. ::: +:::{grid-item-card} Real-time analytics demo +:link: https://github.com/crate/realtime-demo +:link-type: url +An end-to-end demo about CrateDB's real-time analytics capabilities. ++++ +A traditional data producer / data consumer architecture using +AWS infrastructure components for ETL purposes with +event streaming as data source (Amazon MSK / Kafka) +and CrateDB as data sink. Data visualization is provided by Grafana. +::: + :::: From 4a600a276bea7653efea7c87c6d1af069a276a82 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 5 Mar 2026 23:53:14 +0100 Subject: [PATCH 2/3] Real-time analytics: Implement wording suggestions by CodeRabbit --- docs/start/application/index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/start/application/index.md b/docs/start/application/index.md index 8786879d9..dc3d30567 100644 --- a/docs/start/application/index.md +++ b/docs/start/application/index.md @@ -97,12 +97,10 @@ Users can ask questions of the knowledge base using natural language. :::{grid-item-card} Real-time analytics demo :link: https://github.com/crate/realtime-demo :link-type: url -An end-to-end demo about CrateDB's real-time analytics capabilities. +End-to-end real-time analytics pipeline using AWS infrastructure and CrateDB. +++ -A traditional data producer / data consumer architecture using -AWS infrastructure components for ETL purposes with -event streaming as data source (Amazon MSK / Kafka) -and CrateDB as data sink. Data visualization is provided by Grafana. +Stream events from Kafka (Amazon MSK) through AWS ETL components, +store them in CrateDB, and visualize with Grafana. ::: :::: From 3a9f39fc19a9b18b19731a0d2e54959b444afa59 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 5 Mar 2026 23:53:35 +0100 Subject: [PATCH 3/3] Real-time analytics: Use prime spot --- docs/start/application/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/start/application/index.md b/docs/start/application/index.md index dc3d30567..a091c26c7 100644 --- a/docs/start/application/index.md +++ b/docs/start/application/index.md @@ -43,6 +43,15 @@ covering a wide range of clients and integrations. ::::{grid} 1 2 2 3 :gutter: 2 +:::{grid-item-card} Real-time analytics demo +:link: https://github.com/crate/realtime-demo +:link-type: url +End-to-end real-time analytics pipeline using AWS infrastructure and CrateDB. ++++ +Stream events from Kafka (Amazon MSK) through AWS ETL components, +store them in CrateDB, and visualize with Grafana. +::: + :::{grid-item-card} UK offshore wind farms data » Workshop :link: https://github.com/crate/cratedb-examples/tree/main/topic/multi-model :link-type: url @@ -94,15 +103,6 @@ then stored in CrateDB as plain text with a full‑text index and vector embeddi Users can ask questions of the knowledge base using natural language. ::: -:::{grid-item-card} Real-time analytics demo -:link: https://github.com/crate/realtime-demo -:link-type: url -End-to-end real-time analytics pipeline using AWS infrastructure and CrateDB. -+++ -Stream events from Kafka (Amazon MSK) through AWS ETL components, -store them in CrateDB, and visualize with Grafana. -::: - ::::