Skip to content

Commit a868459

Browse files
committedMar 6, 2025
DOCSP-31186 Add sections for connections (#243)
* add sections for connections * fix vale * fix vale flag * fix ref * fix typos * change steps formatting * change based on mikes feedback * fix vale error * change based on feedback (cherry picked from commit 75df8c4)
1 parent 2d3447c commit a868459

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 

‎source/getting-started.txt

+32
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,38 @@ Getting Started
4545

4646
.. include:: /scala/api.rst
4747

48+
Integrations
49+
------------
50+
51+
The following sections describe some popular third-party platforms that you can
52+
integrate Spark and the {+connector-long+} with.
53+
54+
Amazon EMR
55+
~~~~~~~~~~
56+
57+
Amazon EMR is a managed cluster platform that you can use to run big data frameworks like Spark. To install Spark on an EMR cluster, see
58+
`Getting Started with Amazon EMR <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-gs.html>`__ in the AWS documentation.
59+
60+
Databricks
61+
~~~~~~~~~~
62+
63+
Databricks is an analytics platform for building, deploying, and sharing enterprise-level data. To integrate the {+connector-long+} with Databricks,
64+
see `MongoDB <https://docs.databricks.com/aws/en/connect/external-systems/mongodb>`__ in the Databricks documentation.
65+
66+
Docker
67+
~~~~~~
68+
69+
Docker is an open-source platform that helps developers build, share, and run applications in containers.
70+
71+
- To start Spark in a Docker container, see `Apache Spark <https://hub.docker.com/r/apache/spark#!>`__ in the Docker documentation and follow the steps provided.
72+
- To learn how to deploy Atlas on Docker, see `Create a Local Atlas Deployment with Docker <https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/>`__.
73+
74+
Kubernetes
75+
~~~~~~~~~~
76+
77+
Kubernetes is an open-source platform for automating containerization management. To run Spark on Kubernetes,
78+
see `Running Spark on Kubernetes <https://spark.apache.org/docs/3.5.4/running-on-kubernetes.html>`__ in the Spark documentation.
79+
4880
Tutorials
4981
---------
5082

0 commit comments

Comments
 (0)
Please sign in to comment.