update book.json
This commit is contained in:
parent
0c93f58747
commit
4a94145024
|
@ -1,3 +1,5 @@
|
|||
<!-- toc -->
|
||||
|
||||
### Druid是什么
|
||||
|
||||
Apache Druid是一个实时分析型数据库,旨在对大型数据集进行快速的查询分析("[OLAP](https://en.wikipedia.org/wiki/Online_analytical_processing)"查询)。Druid最常被当做数据库来用以支持实时摄取、高性能查询和高稳定运行的应用场景,同时,Druid也通常被用来助力分析型应用的图形化界面,或者当做需要快速聚合的高并发后端API,Druid最适合应用于面向事件类型的数据。
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<!-- toc -->
|
||||
|
||||
### 快速开始
|
||||
|
||||
在本快速入门教程中,我们将下载Druid并将其安装在一台服务器上,完成初始安装后,向集群中加载数据。
|
||||
|
|
13
book.json
13
book.json
|
@ -33,15 +33,24 @@
|
|||
"user": "liujianhuanzz",
|
||||
"repo": "apache-druid-chinese-docs",
|
||||
"type": "star",
|
||||
"size": "small",
|
||||
"size": "large",
|
||||
"count": true
|
||||
}, {
|
||||
"user": "liujianhuanzz",
|
||||
"type": "fork",
|
||||
"size": "large",
|
||||
"count": true
|
||||
}, {
|
||||
"user": "liujianhuanzz",
|
||||
"type": "follow",
|
||||
"size": "small",
|
||||
"size": "large",
|
||||
"count": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"toc": {
|
||||
"addClass": true,
|
||||
"className": "toc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue