An open API service indexing awesome lists of open source software.

https://github.com/pingcap/docs-dm

Archived documentation for the TiDB Data Migration (DM) tool in both English and Chinese.
https://github.com/pingcap/docs-dm

dm-documentation hacktoberfest tidb-data-migration tidb-dm

Last synced: 6 months ago
JSON representation

Archived documentation for the TiDB Data Migration (DM) tool in both English and Chinese.

Awesome Lists containing this project

README

          

# TiDB Data Migration (DM) Documentation

This repository stores all the source files of [TiDB Data Migration (DM) documentation](https://pingcap.com/docs/tidb-data-migration/stable/) at the PingCAP website. That is, the documentation for [TiDB DM](https://github.com/pingcap/dm).

Currently, the official documentation supports two languages:

- `en`: [documentation in English](/en/TOC.md)
- `zh`: [documentation in Chinese](/zh/TOC.md)

You can use Google Translate to view the documentation in different languages. For example:

- `fr`: [documentation in French](https://translate.google.com/translate?hl=en&sl=en&tl=fr&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-dm%2Fblob%2Fmaster%2Fen%2FTOC.md)
- `ja`: [documentation in Japanese](https://translate.google.com/translate?hl=en&sl=en&tl=ja&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-dm%2Fblob%2Fmaster%2Fen%2FTOC.md)
- `ko`: [documentation in Korean](https://translate.google.com/translate?hl=en&sl=en&tl=ko&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-dm%2Fblob%2Fmaster%2Fen%2FTOC.md)
- `id`: [documentation in Indonesian](https://translate.google.com/translate?hl=en&sl=en&tl=id&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-dm%2Fblob%2Fmaster%2Fen%2FTOC.md)

## Documentation versions

Currently, we maintain the following versions for TiDB DM documentation, each with a separate branch:

| Branch name | Version description |
| :--- | :-- |
| `master` | **no updates are allowed since December 23, 2021** |
| `release-5.3` | the latest 5.3 stable version |
| `release-2.0` | the latest 2.0 stable version |
| `release-1.0` | the latest 1.0 stable version |

> **Note:**
>
> Since December 23, 2021, the TiDB DM documentation in the master branch has been merged to TiDB documentation by [#8042](https://github.com/pingcap/docs-cn/pull/8042) and [#7317](https://github.com/pingcap/docs/pull/7317). To create a PR for TiDB DM versions later than v5.3, either go to TiDB [English documentation repository](https://github.com/pingcap/docs) or [Chinese documentation repository](https://github.com/pingcap/docs-cn).

## Contributing

Find anything that can be improved in the TiDB Data Migration Documentation? Welcome to contribute to the repo!

See [TiDB Data Migration Documentation Contributing Guide](/CONTRIBUTING.md) to become a contributor. 🤓