Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.62 KB

README.rst

File metadata and controls

55 lines (37 loc) · 1.62 KB

MongoDB Spark Connector Documentation

This repository contains documentation regarding MongoDB Spark Connector.

Build Locally

To build the documentation locally,

  • Install giza, if not already installed.

  • Run the following to download and build this documentation locally:

    git clone [email protected]:mongodb/docs-spark-connector.git
    cd docs-spark-connector/
    giza make html
    

Contribute

To contribute to the documentation,

See the following documents that provide an overview of the documentation style and process:

File JIRA Tickets

File issue reports or requests at the Documentation Jira Project.

Licenses

All documentation is available under the terms of a Creative Commons License.

The MongoDB Documentation Project is governed by the terms of the MongoDB Contributor Agreement.

-- The MongoDB Docs Team