Skip to content

Commit

Permalink
fix path again
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed May 15, 2024
1 parent 800b3e6 commit 33ad034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ AS
SELECT count(item) from my_source_table GROUP BY tumble(time_index, INTERVAL '5 minutes');
```

The created flow will compute `count(item)` for every 5 minutes and store the result in `my_sink_table`. All data comes within 1 hour will be used in the flow. For the `tumble()` function, refer to [define time window](/define-time-window.md) part.
The created flow will compute `count(item)` for every 5 minutes and store the result in `my_sink_table`. All data comes within 1 hour will be used in the flow. For the `tumble()` function, refer to [define time window](./define-time-window.md) part.

# Delete flow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ GreptimeDB provides a continuous aggregation feature that allows you to aggregat
- [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)
![Continuous Aggregation](/flow-ani.svg)

0 comments on commit 33ad034

Please sign in to comment.