# migration **Repository Path**: mirrors_tikv/migration ## Basic Information - **Project Name**: migration - **Description**: Migration tools for TiKV, e.g. online bulk load. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-20 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.