|
| 1 | +.. _kafka-connector-atlas-stream-processing-comparison: |
| 2 | + |
| 3 | +=================================================== |
| 4 | +Compare {+connector-short+} and {+atlas-sp+} |
| 5 | +=================================================== |
| 6 | + |
| 7 | +.. toctree:: |
| 8 | + :titlesonly: |
| 9 | + :maxdepth: 2 |
| 10 | + |
| 11 | +.. contents:: On this page |
| 12 | + :local: |
| 13 | + :backlinks: none |
| 14 | + :depth: 2 |
| 15 | + :class: singlecol |
| 16 | + |
| 17 | +This section provides a comparison of the feature sets of the MongoDB |
| 18 | +{+connector-short+} and {+atlas-sp+} to help you identify which tool |
| 19 | +best suits your use case. |
| 20 | + |
| 21 | +.. list-table:: |
| 22 | + :header-rows: 1 |
| 23 | + :widths: 20 40 40 |
| 24 | + |
| 25 | + * - Feature |
| 26 | + - {+connector-short+} |
| 27 | + - {+atlas-sp+} |
| 28 | + |
| 29 | + * - Supported Stream Processing Capabilities |
| 30 | + - To process streaming data handled by {+connector-short+}, you must |
| 31 | + do one of the following: |
| 32 | + - Extend the {+connector-short+} with SMTs or custom Java |
| 33 | + - Use or write external tooling |
| 34 | + - Available through the MongoDB aggregation framework, with |
| 35 | + extensions specific to stream processing. |
| 36 | + |
| 37 | + * - Installation |
| 38 | + - Installation required either locally or on Confluent. |
| 39 | + - No installation required. |
| 40 | + |
| 41 | + * - Connectivity Tooling |
| 42 | + - MongoDB Java Driver required. |
| 43 | + - Connection managed by {+service+}. |
| 44 | + |
| 45 | + * - Hosting |
| 46 | + - Hosting required for your {+kafka+} cluster and the Kafka |
| 47 | + Connector. Use partner services, such as Confluent Cloud, Amazon |
| 48 | + Managed Streaming, or Redpanda Cloud when possible. |
| 49 | + - Stream processing functionality fully managed by {+service+}. |
| 50 | + Hosting required for your {+kafka+} cluster. |
| 51 | + |
| 52 | + * - Windowing |
| 53 | + - No support for windowing. You must manually configure windowing |
| 54 | + with the Kafka Streams API or other external tooling. |
| 55 | + - Support for highly configurable |
| 56 | + :atlas:`windows <atlas-stream-processing/windows/>`. |
| 57 | + |
| 58 | + * - Connection Type Support |
| 59 | + - - Kafka clusters |
| 60 | + - {+service+} databases |
| 61 | + - {+service+} collections |
| 62 | + - - Kafka clusters |
| 63 | + - {+service+} {+clusters+} |
| 64 | + - {+service+} databases |
| 65 | + - {+service+} collections |
| 66 | + - HTTPS |
| 67 | + |
| 68 | + * - Security Features |
| 69 | + - - SSL/TLS |
| 70 | + - X.509 |
| 71 | + - {+aws+} IAM |
| 72 | + - User must develop all other authentication tools |
| 73 | + - - SSL/TLS |
| 74 | + - X.509 |
| 75 | + - VPC Peering with {+aws+} |
| 76 | + - Private Link with {+aws+} Confluent |
| 77 | + - Private Link with {+aws+} MSK |
| 78 | + - Private Link with {+azure+} Event Hub |
| 79 | + |
| 80 | + * - Pricing |
| 81 | + - Pricing dependent on your hosting provider. |
| 82 | + - Hourly pricing managed by {+atlas-sp+}. Typical costs |
| 83 | + approximately 25% of the cost of the {+connector-short+}. |
0 commit comments