Sign up for NoSQL Database release announcements so we can alert you to future releases and other NoSQL Database product updates.
Download the capacity planning spreadsheet.
Oracle NoSQL Database Community Edition (CE) software is licensed pursuant to the Apache 2.0 License (Apache 2.0). The Apache 2.0 License can be viewed at this location or in the downloaded software.
Oracle NoSQL Database Server | Example Code |
The Oracle NoSQL Database Drivers are licensed pursuant to the UPL license version 1.0 and are used with the Community Edition (CE), Enterprise Edition (EE) and the Cloud Service. The Universal Permissive License may be viewed at this location or in the downloaded software. The third party notices for the Oracle NoSQL Database Drivers are contained in each of the SDKs.
The Java driver uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service. Documentation is located in the GitHub repository or in the product documentation
The NoSQL Node.js SDK is a new driver that uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
The NoSQL Python SDK is a new driver that uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
The NoSQL Go SDK is a new driver that uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
The NoSQL SDK for Spring Data is a new driver that uses the HTTP Proxy to connect to the database. The initial release is targeted towards the on-prem product.
The Oracle NoSQL Database Proxy is a middle-tier component that lets the Oracle NoSQL Database drivers communicate with the Oracle NoSQL Database cluster. The proxy was first released with database server version 19.3. A compatible proxy jar file for a given database server, httpproxy.jar, is included in the EE/CE database server bundle's lib directory.
Each version of the database server has an Administrator's guide which has a chapter on the proxy. For example, see the proxy chapter for information about how to configure and start a proxy server for use by the various Oracle NoSQL Database language SDKs.
The Oracle NoSQL Database Direct Driver is licensed pursuant to the Apache 2.0 License (Apache 2.0) and is used with both the Community Edition (CE) and Enterprise Edition (EE). The Apache License and third party notices for the Oracle NoSQL Database Drivers may be viewed at this location or in the downloaded software.
Beneath the drivers is a matrix of the supported combination of released Server version and released Driver version.
The kv-client Java driver for Oracle NoSQL Database is included in the Community Edition or the Enterprise Edition download. This driver uses a direct connect interface to the database server.
The Oracle NoSQL Database Migrator can be used for databases on-prem or in the cloud. This powerful tool can be used to copy, or migrate Oracle NoSQL Database tables among supported environments as well as file storage.
The Oracle NoSQL Database Analytics Integrator can be used for databases in the cloud. The Analytics Integrator copies data located in a NoSQL Database Cloud Service table to a database created in the Oracle Autonomous Data Warehouse Cloud Service. Once data from a NoSQL table is copied to the ADW database, all of the tools provided by Oracle Analytics can be used to visualize and analyze that data. Read the documentation for additional information.
The Visual Studio Marketplace hosts a Visual Studios plugin for NoSQL. The .vsix file for the NoSQL connector can be downloaded here. On this page to the right there is a list of "Resources", click on "Download Extension". |
Each driver release is tested with the matching EE release, the prior EE release, and the following EE release. For example, 22.1 drivers are tested with 21.3, 22.1, and 22.2 releases. The third tier version number – that is, the "x" in "22.1.x" – does not affect compatibility.