Files
scylladb/docs/using-scylla/cdc/index.rst
Anna Stuchlik 37237407f6 doc: remove info about outdated versions
This PR removes information about outdated versions, including disclaimers and information when a given feature was added.
Now that the documentation is versioned, information about outdated versions is unnecessary (and makes the docs harder to read).

Fixes https://github.com/scylladb/scylladb/issues/12110

Closes scylladb/scylladb#17430
2024-02-20 19:32:13 +02:00

36 lines
1016 B
ReStructuredText

=========================
Change Data Capture (CDC)
=========================
.. toctree::
:maxdepth: 2
:hidden:
cdc-intro
cdc-log-table
cdc-basic-operations
cdc-streams
cdc-stream-generations
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 Generations <cdc-stream-generations>`
* :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>`