Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The DataStax CDC for Apache Cassandra requires:

Supported streaming platform:
* Apache Pulsar 2.8.1+
* DataStax Luna Streaming 2.8.0.1.1.40+
* IBM Elite Support for Apache Pulsar (formerly DataStax Luna Streaming) 2.8.0.1.1.40+

Supported Cassandra version:
* Cassandra 3.11+
Expand All @@ -25,9 +25,9 @@ Note: Only Cassandra 4.0 and DSE 6.8.16+ support the near realtime CDC allowing

## Documentation

All documentation is available online [here](https://docs.datastax.com/en/cdc-for-cassandra/docs/latest/index.html).
To get started, see [QUICKSTART.md](QUICKSTART.md).

See the [QUICKSTART.md](QUICKSTART.md) page.
For the complete documentation, see the [CDC for Apache Cassandra documentation](https://docs.datastax.com/en/cdc-for-cassandra/docs/latest/index.html).

## Demo

Expand All @@ -37,7 +37,6 @@ Cassandra data replicated to Elasticsearch:
* Deploy a Cassandra source and an Elasticsearch sink into Apache Pulsar
* Writes into Cassandra are replicated to Elasticsearch.


[![asciicast](https://asciinema.org/a/kiEYzHQrPWhJR19nZ7tbqrDIX.png)](https://asciinema.org/a/kiEYzHQrPWhJR19nZ7tbqrDIX?speed=2&theme=tango)

## Monitoring
Expand Down Expand Up @@ -90,4 +89,4 @@ Note: Artifacts for DSE agent are excluded by default. To build the `agent-dse4`
## Acknowledgments

Apache Cassandra, Apache Pulsar, Cassandra and Pulsar are trademarks of the Apache Software Foundation.
Elasticsearch, is a trademark of Elasticsearch BV, registered in the U.S. and in other countries.
Elasticsearch, is a trademark of Elasticsearch BV, registered in the U.S. and in other countries.
11 changes: 7 additions & 4 deletions backfill-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ At a high level, the backfill CLI works as follows:
![alt text](backfill-cli.png "Backfill CLI")

## Requirements

On the CLI machine side:
* Java 8 or Java 11 Runtime Environment (JRE)
* Optional: If running the CLI as a Pulsar Admin Extension, Datastax Luna Streaming 2.10_3.1 or later required. It is enough to download the standalone Luna Streaming Shell found on https://github.com/datastax/pulsar/releases.


* Java 8 or Java 11 Runtime Environment (JRE)
* Optional: If running the CLI as a Pulsar Admin Extension, then IBM Elite Support for Apache Pulsar (formerly Datastax Luna Streaming) version 2.10_3.1 or later is required. It is enough to download the standalone Luna Streaming Shell found on https://github.com/datastax/pulsar/releases.

On the Cassandra/Pulsar side:
* DataStax CDC for Apache Cassandra 2.2.5 or later

* DataStax CDC for Apache Cassandra 2.2.5 or later

## Building
The CLI is build using Gradle. To build the CLI, run the following command:
Expand Down