Skip to content

Commit 8a84df2

Browse files
authored
Add citation just like ClickHouse, as chDB is mentioned in ClickHouse Paper (#280)
* Add citation just like ClickHouse, as chDB is mentioned in ClickHouse paper * Add ClickHouse paper link
1 parent 7032983 commit 8a84df2

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

CITATION.cff

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
3+
cff-version: 1.2.0
4+
title: "ClickHouse"
5+
message: "If you use this software, please cite it as below."
6+
type: software
7+
authors:
8+
- family-names: "Milovidov"
9+
given-names: "Alexey"
10+
repository-code: 'https://github.com/ClickHouse/ClickHouse'
11+
url: 'https://clickhouse.com'
12+
license: Apache-2.0
13+
preferred-citation:
14+
type: article
15+
authors:
16+
- family-names: "Schulze"
17+
given-names: "Robert"
18+
- family-names: "Schreiber"
19+
given-names: "Tom"
20+
- family-names: "Yatsishin"
21+
given-names: "Ilya"
22+
- family-names: "Dahimene"
23+
given-names: "Ryadh"
24+
- family-names: "Milovidov"
25+
given-names: "Alexey"
26+
journal: "Proceedings of the VLDB Endowment"
27+
title: "ClickHouse - Lightning Fast Analytics for Everyone"
28+
year: 2024
29+
volume: 17
30+
issue: 12
31+
doi: 10.14778/3685800.3685802

README-zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ print(query("select sum_udf(12,22)"))
182182

183183
- Demo chDB at [ClickHouse v23.7 livehouse!](https://t.co/todc13Kn19) and [Slides](https://docs.google.com/presentation/d/1ikqjOlimRa7QAg588TAB_Fna-Tad2WMg7_4AgnbQbFA/edit?usp=sharing)
184184

185+
## 相关论文
186+
187+
- [ClickHouse - Lightning Fast Analytics for Everyone](https://www.vldb.org/pvldb/vol17/p3731-schulze.pdf)
188+
185189
## 版权信息
186190
Apache 2.0,请查看 [LICENSE](LICENSE.txt) 获取更多信息。
187191

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ There are something you can help:
313313

314314
We welcome bindings for other languages, please refer to [bindings](bindings.md) for more details.
315315

316+
## Paper
317+
318+
- [ClickHouse - Lightning Fast Analytics for Everyone](https://www.vldb.org/pvldb/vol17/p3731-schulze.pdf)
319+
316320
## License
317321
Apache 2.0, see [LICENSE](LICENSE.txt) for more information.
318322

0 commit comments

Comments
 (0)