> ## Documentation Index
> Fetch the complete documentation index at: https://artie.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon Keyspace

> Learn how to configure Amazon Keyspaces as a source in Artie, including service account setup, cluster configuration, and enabling CDC streams on your tables.

## Required settings

* Amazon service account
* Keyspace cluster created
* Tables that you would like to sync to have CDC streams enabled

### Enabling CDC stream

You will need to enable CDC stream for each of the table you would like Artie to sync.

To do this, navigate to the table and click on the "Streams" tab. Make sure the view type is set to either "NEW\_AND\_OLD\_IMAGES" (preferred) or "NEW\_IMAGE".

<Frame>
  <img src="https://mintcdn.com/artie/AV1skJwNw-h2OZQV/assets/sources/cassandra/keyspace_cdc.png?fit=max&auto=format&n=AV1skJwNw-h2OZQV&q=85&s=bfd250397136658e06be655d5d22eb24" alt="Enable CDC stream for a table" width="1410" height="561" data-path="assets/sources/cassandra/keyspace_cdc.png" />
</Frame>
