Skip to content

Commit c23e769

Browse files
author
Chris Cho
authored
DOCSP-33044: Atlas Stream Processing callout (#137)
* DOCSP-33044: Atlas Stream Processing callout
1 parent d64645b commit c23e769

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

source/index.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,27 @@ a Confluent-verified connector that persists data from {+kafka+} topics as a
3131
data sink into MongoDB and publishes changes from MongoDB into Kafka
3232
topics as a data source.
3333

34-
We recommend that you use one of the following MongoDB partner service
34+
We recommend that you use one of the following MongoDB partner service
3535
offerings to host your {+kafka+} cluster and {+connector+}:
3636

3737
- `Confluent Cloud <https://www.confluent.io/lp/confluent-cloud/>`__
3838
- `Amazon Managed Streaming for Apache Kafka (MSK) <https://aws.amazon.com/msk/>`__
3939
- `Redpanda Cloud <https://redpanda.com/redpanda-cloud>`__
4040

41+
.. note::
42+
43+
You can also use Atlas Stream Processing, which is a MongoDB-native way to
44+
process streaming data by using the MongoDB Query API. It transforms the way
45+
that developers build modern applications.
46+
47+
Use Atlas Stream Processing to continuously process streaming data,
48+
validate schemas, and materialize views into either Atlas database
49+
collections or Apache Kafka topics.
50+
51+
To learn more about Atlas Stream Processing, see the
52+
`Atlas Stream Processing <https://www.mongodb.com/products/platform/atlas-stream-processing>`__
53+
product page or read the `documentation <https://www.mongodb.com/docs/atlas/atlas-sp/overview/>`__.
54+
4155
What's New
4256
----------
4357

0 commit comments

Comments
 (0)