Skip to content

Commit 75df8c4

Browse files
authored
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
1 parent 671e355 commit 75df8c4

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

.github/workflows/vale-tdbx.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
- id: files
1919
uses: masesgroup/retrieve-changed-files@v2
2020
with:
21-
format: 'csv'
21+
format: "csv"
2222

2323
- name: checkout-latest-rules
2424
uses: actions/checkout@master
2525
with:
2626
repository: mongodb/mongodb-vale-action
27-
path: './tdbx-vale-rules'
27+
path: "./tdbx-vale-rules"
2828
token: ${{secrets.GITHUB_TOKEN}}
2929

3030
- name: move-files-for-vale-action
3131
run: |
32-
cp tdbx-vale-rules/.vale.ini .vale.ini
33-
mkdir -p .github/styles/
34-
cp -rf tdbx-vale-rules/.github/styles/ .github/
32+
cp tdbx-vale-rules/.vale.ini .vale.ini
33+
mkdir -p .github/styles/
34+
cp -rf tdbx-vale-rules/.github/styles/ .github/
3535
3636
- name: run-vale
3737
uses: errata-ai/vale-action@reviewdog

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)