Hardware 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.
Software Requirements
The MongoDB JDBC driver is compatible with:
Windows x86_64
macOS x86_64 and macOS aarch64 architectures
linux x86_64 and linux arm64 architectures
Dependencies
OpenSSL 3.0 or greater is required for secure connections.
Download the MongoDB JDBC Driver JAR file.
Download the JDBC driver from the MongoDB Download Center.
Note
The MongoDB JDBC driver is available in two JAR formats:
mongodb-jdbc-<version>-all.jarcontains the driver and all necessary dependencies. Required for Tableau and DBeaver.mongodb-jdbc-<version>.jarcontains the driver without bundled dependencies. Required for JetBrains tools.
Tip
For details on how to use the JDBC driver with your SQL tool, see the JDBC driver's Read Me file.