diff --git a/README.md b/README.md index 0e297c02..c34c89ef 100644 --- a/README.md +++ b/README.md @@ -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+ @@ -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 @@ -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 @@ -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. \ No newline at end of file diff --git a/backfill-cli/README.md b/backfill-cli/README.md index 3e1c9a5f..bb221a68 100644 --- a/backfill-cli/README.md +++ b/backfill-cli/README.md @@ -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: