docs/features/cdc/index.rst
.. toctree:: :maxdepth: 2 :hidden:
cdc-intro cdc-log-table cdc-basic-operations cdc-streams cdc-stream-changes cdc-querying-streams cdc-advanced-types cdc-preimages cdc-consistency
:abbr:CDC (Change Data Capture) is a feature that allows you to not only query the current state of a database's table, but also query the history of all changes made to the table.
.. panel-box:: :title: Change Data Capture :id: "getting-started" :class: my-panel
CDC Overview <cdc-intro>The CDC Log Table <cdc-log-table>Basic Operations in CDC <cdc-basic-operations>CDC Streams <cdc-streams>CDC Stream Changes <cdc-stream-changes>Querying CDC Streams <cdc-querying-streams>Advanced Column Types <cdc-advanced-types>Preimages and Postimages <cdc-preimages>Data consistency <cdc-consistency>.. panel-box:: :title: CDC Integration Projects :id: "getting-started" :class: my-panel
Go (scylla-cdc-go) <https://github.com/scylladb/scylla-cdc-go>_Java (scylla-cdc-java) <https://github.com/scylladb/scylla-cdc-java>_Rust (scylla-cdc-rust) <https://github.com/scylladb/scylla-cdc-rust>_CDC Source Connector (compatible with Kafka Connect) </using-scylla/integrations/scylla-cdc-source-connector>CDC Source Connector Quickstart </using-scylla/integrations/scylla-cdc-source-connector-quickstart>