Vitess VReplication API

VReplication is the Vitess framework for replicating and transforming data streams within and across Vitess clusters. It powers features such as MoveTables, Reshard, Materialize, and CreateLookupVindex and exposes workflow management commands through the VTCtl API for orchestrating data migrations and real-time replication workflows.

API entry from apis.yml

apis.yml Raw ↑
aid: vitess:vreplication-api
name: Vitess VReplication API
description: VReplication is the Vitess framework for replicating and transforming data streams within
  and across Vitess clusters. It powers features such as MoveTables, Reshard, Materialize, and CreateLookupVindex
  and exposes workflow management commands through the VTCtl API for orchestrating data migrations and
  real-time replication workflows.
humanURL: https://vitess.io/docs/reference/vreplication/
properties:
- type: Documentation
  url: https://vitess.io/docs/reference/vreplication/
- type: Reference
  url: https://vitess.io/docs/reference/vreplication/vreplication/
tags:
- Data Migration
- Replication
- Streaming
- Workflows