From 61fc0fe05bd854550f724adffd7a5c3b4a710cd8 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 15 May 2024 20:18:37 +0800 Subject: [PATCH] add animated svg Signed-off-by: Ruihang Xia --- docs/nightly/en/user-guide/continuous-aggregation/overview.md | 2 ++ docs/public/flow-ani.svg | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 docs/public/flow-ani.svg diff --git a/docs/nightly/en/user-guide/continuous-aggregation/overview.md b/docs/nightly/en/user-guide/continuous-aggregation/overview.md index 3d079274b..6c55cbcc0 100644 --- a/docs/nightly/en/user-guide/continuous-aggregation/overview.md +++ b/docs/nightly/en/user-guide/continuous-aggregation/overview.md @@ -6,3 +6,5 @@ GreptimeDB provides a continuous aggregation feature that allows you to aggregat - [Define time window](./define-time-window.md) describes how to define the time window for the continuous aggregation. Time window is an important attribute of your continuous aggregation query. It defines the time interval for the aggregation. - [Query](./query.md) describes how to write a continuous aggregation query. - [Expression](./expression.md) is a reference of available expressions in the continuous aggregation query. + +![Continuous Aggregation](./flow-ani.svg) \ No newline at end of file diff --git a/docs/public/flow-ani.svg b/docs/public/flow-ani.svg new file mode 100644 index 000000000..77c3832e9 --- /dev/null +++ b/docs/public/flow-ani.svg @@ -0,0 +1,3 @@ + + +
Input Data
Source Table
Flow Engine
Sink Table
Sum(a)
Max(b)
...
\ No newline at end of file