diff --git a/.github/workflows/vale-tdbx.yml b/.github/workflows/vale-tdbx.yml index 8e4b6f4..d748e94 100644 --- a/.github/workflows/vale-tdbx.yml +++ b/.github/workflows/vale-tdbx.yml @@ -18,20 +18,20 @@ jobs: - id: files uses: masesgroup/retrieve-changed-files@v2 with: - format: 'csv' + format: "csv" - name: checkout-latest-rules uses: actions/checkout@master with: repository: mongodb/mongodb-vale-action - path: './tdbx-vale-rules' + path: "./tdbx-vale-rules" token: ${{secrets.GITHUB_TOKEN}} - name: move-files-for-vale-action run: | - cp tdbx-vale-rules/.vale.ini .vale.ini - mkdir -p .github/styles/ - cp -rf tdbx-vale-rules/.github/styles/ .github/ + cp tdbx-vale-rules/.vale.ini .vale.ini + mkdir -p .github/styles/ + cp -rf tdbx-vale-rules/.github/styles/ .github/ - name: run-vale uses: errata-ai/vale-action@reviewdog diff --git a/source/getting-started.txt b/source/getting-started.txt index 0a16bee..e157df8 100644 --- a/source/getting-started.txt +++ b/source/getting-started.txt @@ -45,6 +45,38 @@ Getting Started .. include:: /scala/api.rst +Integrations +------------ + +The following sections describe some popular third-party platforms that you can +integrate Spark and the {+connector-long+} with. + +Amazon EMR +~~~~~~~~~~ + +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 +`Getting Started with Amazon EMR `__ in the AWS documentation. + +Databricks +~~~~~~~~~~ + +Databricks is an analytics platform for building, deploying, and sharing enterprise-level data. To integrate the {+connector-long+} with Databricks, +see `MongoDB `__ in the Databricks documentation. + +Docker +~~~~~~ + +Docker is an open-source platform that helps developers build, share, and run applications in containers. + +- To start Spark in a Docker container, see `Apache Spark `__ in the Docker documentation and follow the steps provided. +- To learn how to deploy Atlas on Docker, see `Create a Local Atlas Deployment with Docker `__. + +Kubernetes +~~~~~~~~~~ + +Kubernetes is an open-source platform for automating containerization management. To run Spark on Kubernetes, +see `Running Spark on Kubernetes `__ in the Spark documentation. + Tutorials ---------