Docs Menu
Docs Home

System Requirements

The MongoDB JDBC driver has no hard system requirements. Any system capable of running a modern SQL tool (such as Tableau) is capable of running the MongoDB JDBC driver.

The MongoDB JDBC driver is compatible with:

  • Windows x86_64

  • macOS x86_64 and macOS aarch64 architectures

  • linux x86_64 and linux arm64 architectures

OpenSSL 3.0 or greater is required for secure connections.

Installation

1

Download the JDBC driver from the MongoDB Download Center.

Note

The MongoDB JDBC driver is available in two JAR formats:

  • mongodb-jdbc-<version>-all.jar contains the driver and all necessary dependencies. Required for Tableau and DBeaver.

  • mongodb-jdbc-<version>.jar contains the driver without bundled dependencies. Required for JetBrains tools.

2

Copy the JAR file to the appropriate directory for your SQL tool. For example, to install the JDBC driver for Tableau on macOS, copy the file to ~/Library/Tableau/Drivers.

Tip