========================= Change Data Capture (CDC) ========================= .. 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 * :doc:`CDC Overview ` * :doc:`The CDC Log Table ` * :doc:`Basic Operations in CDC ` * :doc:`CDC Streams ` * :doc:`CDC Stream Changes ` * :doc:`Querying CDC Streams ` * :doc:`Advanced Column Types ` * :doc:`Preimages and Postimages ` * :doc:`Data consistency ` .. panel-box:: :title: CDC Integration Projects :id: "getting-started" :class: my-panel * `Go (scylla-cdc-go) `_ * `Java (scylla-cdc-java) `_ * `Rust (scylla-cdc-rust) `_ * :doc:`CDC Source Connector (compatible with Kafka Connect) ` * :doc:`CDC Source Connector Quickstart `