未验证 提交 8c5a9828 编写于 作者: B Brian Thomas Smith 提交者: GitHub

docs: Add CN README (#1117)

上级 b50a7eb6
{
"files": [
"README.md"
"README.md",
"i18n/README.zh-cn.md"
],
"imageSize": 100,
"commit": false,
......
......@@ -7,15 +7,9 @@
<a href="https://slack.questdb.io">
<img src="https://slack.questdb.io/badge.svg" alt="QuestDB community Slack channel"/>
</a>
<a href="https://github.com/questdb/questdb/blob/master/LICENSE.txt">
<img src="https://img.shields.io/github/license/questdb/questdb" alt="Apache 2.0 licence"/>
</a>
<a href="#contribute">
<img src="https://img.shields.io/github/all-contributors/questdb/questdb" alt="QuestDB open source contributors"/>
</a>
<a href="https://dev.azure.com/questdb/questdb">
<img src="https://dev.azure.com/questdb/questdb/_apis/build/status/Build%20and%20upload%20snapshot%20%28Linux%29?branchName=master" alt="Azure pipeline status"/>
</a>
<a href="https://search.maven.org/search?q=g:org.questdb">
<img src="https://img.shields.io/maven-central/v/org.questdb/questdb" alt="QuestDB on Apache Maven"/>
</a>
......@@ -39,7 +33,7 @@ is 100% free from garbage collection.
<div align="center">
<a href="https://demo.questdb.io">
<img alt="QuestDB Web Console showing multiple SQL statements and visualizing a query as a chart" src=".github/console.png" width="600" />
<img alt="QuestDB Web Console showing multiple SQL statements and visualizing a query as a chart" src="https://raw.githubusercontent.com/questdb/questdb/master/.github/console.png" width="600" />
</a>
</div>
......@@ -52,7 +46,7 @@ query.
To run QuestDB, Docker can be used to get started quickly:
```bash
docker run -p 9000:9000 -p 8812:8812 questdb/questdb
docker run -p 9000:9000 -p 9009:9009 -p 8812:8812 questdb/questdb
```
macOS users can use Homebrew:
......@@ -86,8 +80,8 @@ case with up to fourteen workers on an AWS EC2 `m5.8xlarge` instance with
sixteen cores:
<div align="center">
<a href="https://questdb.io/blog/2021/05/10/questdb-release-6-0-tsbs-benchmark/">
<img alt="A chart comparing the maximum throughput of QuestDB, ClickHouse, TimescaleDB and InfluxDB." src=".github/tsbs-results.png" width="700"/>
<a href="https://questdb.io/time-series-benchmark-suite/">
<img alt="A chart comparing the maximum throughput of QuestDB, ClickHouse, TimescaleDB and InfluxDB." src="https://raw.githubusercontent.com/questdb/questdb/master/.github/tsbs-results.png" width="700"/>
</a>
</div>
......@@ -115,6 +109,11 @@ The following table shows query execution time of a billion rows run on a
- [The product roadmap](https://github.com/questdb/questdb/projects/3) lists the
tasks and features we're currently working on.
## Translations
- [English](https://github.com/questdb/questdb)
- [Simplified Chinese / 简体中文](./i18n/README.zh-cn.md)
## Contribute
We are always happy to have contributions to the project whether it is source
......
此差异已折叠。
# Translations
- [English](https://github.com/questdb/questdb)
- [Simplified Chinese / 简体中文](./README.zh-cn.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册