Files
scylladb/docs/features/cdc/index.rst
Michael Litvak acd0eebd54 doc: update CDC docs for tablets
Now that CDC is enabled for tablets-based keyspaces, update the docs and
added explanations about the differences.
2025-09-17 14:47:13 +02:00

49 lines
1.5 KiB
ReStructuredText

=========================
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 <cdc-intro>`
* :doc:`The CDC Log Table <cdc-log-table>`
* :doc:`Basic Operations in CDC <cdc-basic-operations>`
* :doc:`CDC Streams <cdc-streams>`
* :doc:`CDC Stream Changes <cdc-stream-changes>`
* :doc:`Querying CDC Streams <cdc-querying-streams>`
* :doc:`Advanced Column Types <cdc-advanced-types>`
* :doc:`Preimages and Postimages <cdc-preimages>`
* :doc:`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>`_
* :doc:`CDC Source Connector (compatible with Kafka Connect) </using-scylla/integrations/scylla-cdc-source-connector>`
* :doc:`CDC Source Connector Quickstart </using-scylla/integrations/scylla-cdc-source-connector-quickstart>`