Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-43999) Update promotion of Atlas SP #185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
26 changes: 12 additions & 14 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ MongoDB Kafka Connector
Security and Authentication </security-and-authentication>
Monitoring </monitoring>
Migrate from the Community Connector <migrate-from-kafka-connect-mongodb>
Migrate to Atlas Stream Processing <migrate-to-atlas-sp>
Troubleshooting </troubleshooting>
How to Contribute </contribute>
Issues & Help </issues-and-help>
Expand All @@ -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 <aggregation>`
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+} <https://www.mongodb.com/kafka-connector>`__ is
a Confluent-verified connector that persists data from {+kafka+} topics as a
data sink into MongoDB and publishes changes from MongoDB into Kafka
Expand All @@ -47,20 +59,6 @@ offerings to host your {+kafka+} cluster and {+connector+}:
- To learn more about the MongoDB Source Connector, read the `documentation <https://docs.redpanda.com/current/deploy/deployment-option/cloud/managed-connectors/create-mongodb-source-connector/>`__.
- To learn more about the MongoDB Sink Connector, read the `documentation <https://docs.redpanda.com/current/deploy/deployment-option/cloud/managed-connectors/create-mongodb-sink-connector/>`__.

.. 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 <https://www.mongodb.com/products/platform/atlas-stream-processing>`__
product page or read the `docs <https://www.mongodb.com/docs/atlas/atlas-sp/overview/>`__.

What's New
----------

Expand Down
7 changes: 7 additions & 0 deletions source/migrate-to-atlas-sp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _migrate-to-atlas-sp:

======================================
Migrate to {+atlas-sp+}
======================================

:atlas:`Atlas Stream Processing </atlas-stream-processing/overview>`
Loading