-
Notifications
You must be signed in to change notification settings - Fork 33
(DOCSP-43999) Promo admonition. #191
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
90b116a
(DOCSP-43999) Promo admonition.
lmkerbey-mdb 2ead46b
(DOCSP-43999) Turn promo into inclusion.
lmkerbey-mdb 7d0f1aa
(DOCSP-43999) Add include to two pages.
lmkerbey-mdb 548d10e
(DOCSP-43999) Feature Comparison
lmkerbey-mdb 62005c6
(DOCSP-43999) Add link from index.
lmkerbey-mdb fd1c842
(DOCSP-43999) Changes to support source constants
lmkerbey-mdb d6726e5
(DOCSP-43999) Content review.
lmkerbey-mdb cb5b34b
(DOCSP-43999) Fixing substitutions/source constants
lmkerbey-mdb 1d13127
(DOCSP-43999) Content review, pt. 2
lmkerbey-mdb f9c496b
(DOCSP-43999) Copy review.
lmkerbey-mdb 9a0756c
(DOCSP-43999) Copy review, pt. 2
lmkerbey-mdb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. note:: | ||
|
||
Atlas Stream Processing provides MongoDB-native tooling to | ||
continuously process streaming data, validate schemas, and | ||
materialize views into either Atlas database collections or Apache | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Kafka topics. | ||
|
||
To learn more about Atlas Stream Processing, see the | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
`documentation <https://www.mongodb.com/docs/atlas/atlas-sp/overview/>`__. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 83 additions & 0 deletions
83
source/kafka-connector-atlas-stream-processing-comparison.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
.. _kafka-connector-atlas-stream-processing-comparison: | ||
|
||
=================================================== | ||
Compare Kafka Connector and Atlas Stream Processing | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
=================================================== | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
:maxdepth: 2 | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol | ||
|
||
This page provides a comparison of the feature sets of the MongoDB | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Kafka Connector and {+atlas-sp+} to help you identify which tool | ||
best suits your use case. | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
:widths: 20 40 40 | ||
|
||
* - Feature | ||
- Kafka Connector | ||
- Atlas Stream Processing | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* - Hosting | ||
- Hosting required for your {+kafka+} cluster and the Kafka | ||
Connector. Use partner services such as Confluent Cloud, Amazon | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Managed Streaming, or Redpanda Cloud when possible. | ||
- Stream processing functionality fully managed by {+service+}. | ||
Hosting required for your {+kafka+} cluster. | ||
|
||
* - Installation | ||
- Installation required either locally or on Confluent. | ||
- No installation required. | ||
|
||
* - Connectivity Tooling | ||
- MongoDB Java Driver required. | ||
- Connection managed by {+service+}. | ||
|
||
* - Supported Stream Processing Capabilities | ||
- To process streaming data handled by Kafka Connector, you must | ||
do one of the following: | ||
- Extend the Kafka Connector with SMTs or custom Java | ||
- Use or write external tooling | ||
- Available through the MongoDB aggregation framework, with | ||
extensions specific to stream processing. | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* - Windowing | ||
- No support for windowing. You must manually configure windowing | ||
with the Kafka Streams API or other external tooling. | ||
- Support for highly configurable | ||
:atlas:`windows <atlas-stream-processing/windows/>`. | ||
|
||
* - Connection Type Support | ||
- - Kafka clusters | ||
- {+service+} databases | ||
- {+service+} collections | ||
- - Kafka clusters | ||
- {+service+} {+clusters+} | ||
- {+service+} databases | ||
- {+service+} collections | ||
- HTTPS | ||
|
||
* - Security Features | ||
- - SSL/TLS | ||
- X.509 | ||
- {+aws+} IAM | ||
- User must develop all other authentication tools | ||
- - SSL/TLS | ||
- X.509 | ||
- VPC Peering with {+aws+} | ||
- Private Link with {+aws+} Confluent | ||
- Private Link with {+aws+} MSK | ||
- Private Link with {+azure+} Event Hub | ||
|
||
* - Pricing | ||
- Pricing dependent on your hosting provider. | ||
- Hourly pricing managed by {+atlas-sp+} Typical costs | ||
lmkerbey-mdb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
approximately 25% of the cost of the Kafka Connector. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ Sink Connector | |
:depth: 2 | ||
:class: singlecol | ||
|
||
.. include:: /includes/atlas-sp.rst | ||
|
||
Overview | ||
-------- | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ Source Connector | |
:depth: 2 | ||
:class: singlecol | ||
|
||
.. include:: /includes/atlas-sp.rst | ||
|
||
Overview | ||
-------- | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.