From 7002a8ac7cfff9fea675dee298e396056e7aeabf Mon Sep 17 00:00:00 2001 From: Lander McFall Kerbey Date: Wed, 13 Nov 2024 16:48:12 -0500 Subject: [PATCH 1/2] (DOCSP-43999) Update promotion of Atlas SP --- source/index.txt | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/source/index.txt b/source/index.txt index a6a30851..7a3ee020 100644 --- a/source/index.txt +++ b/source/index.txt @@ -26,6 +26,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 +58,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 ---------- From 84878dd781ced2c59c34a34bfb87361f1143f2b5 Mon Sep 17 00:00:00 2001 From: Lander McFall Kerbey Date: Mon, 25 Nov 2024 12:51:25 -0500 Subject: [PATCH 2/2] (DOCSP-43999) Create new page. --- snooty.toml | 1 + source/index.txt | 1 + source/migrate-to-atlas-sp.txt | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 source/migrate-to-atlas-sp.txt 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 7a3ee020..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 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 `