diff --git a/snooty.toml b/snooty.toml index 6994cbb7..b98af890 100644 --- a/snooty.toml +++ b/snooty.toml @@ -16,6 +16,7 @@ toc_landing_pages = [ ] [constants] +atlas-sp = "Atlas Stream Processing" connector = "MongoDB Kafka Connector" connector-short = "Kafka Connector" connector-long = "MongoDB Connector for Apache Kafka" diff --git a/source/index.txt b/source/index.txt index a6a30851..78766d17 100644 --- a/source/index.txt +++ b/source/index.txt @@ -18,6 +18,7 @@ MongoDB Kafka Connector Security and Authentication Monitoring Migrate from the Community Connector + Migrate to Atlas Stream Processing Troubleshooting How to Contribute Issues & Help @@ -26,6 +27,17 @@ MongoDB Kafka Connector Overview -------- +.. important:: + + MongoDB recommends using :atlas:`atlas-sp-overview` to ingest + and operate on streaming data. Atlas Stream Processing provides + broader functionality than the {+connector-long+}, including the + ability to apply :manual:`aggregation operations ` + directly to streaming data using the MongoDB query language. + + Users of the {+connector-long+} should consider migrating their + streaming data workflows to Atlas Stream Processing. + The `{+connector-long+} `__ is a Confluent-verified connector that persists data from {+kafka+} topics as a data sink into MongoDB and publishes changes from MongoDB into Kafka @@ -47,20 +59,6 @@ offerings to host your {+kafka+} cluster and {+connector+}: - To learn more about the MongoDB Source Connector, read the `documentation `__. - To learn more about the MongoDB Sink Connector, read the `documentation `__. -.. note:: - - You can also use Atlas Stream Processing, which is a MongoDB-native way to - process streaming data by using the MongoDB Query API. It transforms the way - that developers build modern applications. - - Use Atlas Stream Processing to continuously process streaming data, - validate schemas, and materialize views into either Atlas database - collections or Apache Kafka topics. - - To learn more about Atlas Stream Processing, see the - `Atlas Stream Processing `__ - product page or read the `docs `__. - What's New ---------- diff --git a/source/migrate-to-atlas-sp.txt b/source/migrate-to-atlas-sp.txt new file mode 100644 index 00000000..54a38df5 --- /dev/null +++ b/source/migrate-to-atlas-sp.txt @@ -0,0 +1,7 @@ +.. _migrate-to-atlas-sp: + +====================================== +Migrate to {+atlas-sp+} +====================================== + +:atlas:`Atlas Stream Processing `