https://github.com/tikv/migration
Migration tools for TiKV, e.g. online bulk load.
https://github.com/tikv/migration
Last synced: about 1 year ago
JSON representation
Migration tools for TiKV, e.g. online bulk load.
- Host: GitHub
- URL: https://github.com/tikv/migration
- Owner: tikv
- License: apache-2.0
- Created: 2021-08-19T05:23:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T09:25:34.000Z (about 1 year ago)
- Last Synced: 2025-04-02T07:11:18.318Z (about 1 year ago)
- Language: Go
- Size: 8.67 MB
- Stars: 37
- Watchers: 12
- Forks: 24
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TiKV Migration Toolset
TiKV migration toolset is a collection of tools about:
- [Online Bulk Load](./online-bulk-load/README.md), for ingesting data from CSV/Parquet files to an online TiKV Cluster without impacting the online service.
- [Spark SST Data Source](./sst-data-source/README.md), enables users to decode SST files generated by [TiKV backup](https://docs.pingcap.com/tidb/stable/use-br-command-line-tool#back-up-raw-kv-experimental-feature) to Key-Value pairs using Spark. See [sst-data-source document](./sst-data-source/README.md) for details.
- [TiKV Change Data Capture (CDC)](./cdc/README.md), captures modifications on key-values in a TiKV cluster, and replicates to another data systems in realtime.
- [TiKV Backup and Restore (BR)](./br/README.md), enables users to backup from and restore data to a TiKV cluster.