Skip to content

Commit

Permalink
*: move overview and features (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Apr 18, 2019
1 parent 6b61403 commit 47b9479
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 28 deletions.
27 changes: 0 additions & 27 deletions QUICKSTART.md

This file was deleted.

1 change: 1 addition & 0 deletions features.md → key-features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: TiDB 核心特性
category: introduction
aliases: ['/docs-cn/features/']
---

# TiDB 核心特性
Expand Down
21 changes: 20 additions & 1 deletion overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,23 @@ TiDB 对业务没有任何侵入性,能优雅的替换传统的数据库中间

- [说存储](https://pingcap.com/blog-cn/tidb-internal-1/)
- [说计算](https://pingcap.com/blog-cn/tidb-internal-2/)
- [谈调度](https://pingcap.com/blog-cn/tidb-internal-3/)
- [谈调度](https://pingcap.com/blog-cn/tidb-internal-3/)

## 部署方式

TiDB 可以部署在本地和云平台上,支持公有云、私有云和混合云。你可以根据实际场景或需求,选择相应的方式来部署 TiDB 集群:

- [使用 Ansible 部署](op-guide/ansible-deployment.md):如果用于生产环境,须使用 Ansible 部署 TiDB 集群。
- [使用 Ansible 离线部署](op-guide/offline-ansible-deployment.md):如果部署环境无法访问网络,可使用 Ansible 进行离线部署。
- [使用 Docker Compose 部署](op-guide/docker-compose.md):如果你只是想测试 TiDB、体验 TiDB 的特性,或者用于开发环境,可以使用 Docker Compose 在本地快速部署 TiDB 集群。该部署方式不适用于生产环境。
- [使用 Docker 部署](op-guide/docker-deployment.md):你可以使用 Docker 部署 TiDB 集群,但该部署方式不适用于生产环境。

## 项目源码

TiDB 集群所有组件的源码均可从 GitHub 上直接访问:

- [TiDB](https://github.com/pingcap/tidb)
- [TiKV](https://github.com/tikv/tikv)
- [PD](https://github.com/pingcap/pd)
- [TiSpark](https://github.com/pingcap/tispark)
- [TiDB Operator](https://github.com/pingcap/tidb-operator)

0 comments on commit 47b9479

Please sign in to comment.