From bb21e93bb637a8710eed0a473ee24bf375c28b38 Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Thu, 9 Sep 2021 21:01:51 +0800 Subject: [PATCH] Add note of ClickHouse --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec004c4df2e1c..b69ffd83d29ed 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Datafuse design principles: ![Datafuse Architecture](https://datafuse-1253727613.cos.ap-hongkong.myqcloud.com/arch/datafuse-arch-20210817.svg) +Datafuse is inspired by [ClickHouse](https://github.com/clickhouse/clickhouse) and its computing model is based on [apache-arrow](https://arrow.apache.org/). + Datafuse consists of three components: `meta service` layer, and the decoupled `compute` and `storage` layers. ### Meta Service Layer