CARVIEW |
Deploying Oracle NoSQL Database on the Oracle Cloud Infrastructure
Sign up for NoSQL Database release announcements so we can alert you to future releases and other NoSQL Database product updates.
- Download this script from GitHub that simplifies the installation of Oracle NoSQL Database on the Oracle Cloud Infrastructure (OCI). This script lets a user set up a small cluster (1-10 machines) quickly, for use in proof-of-concepts, small on premise installations, and cluster installations in cloud environments (OCI, AWS, Azure). It's easy to BYOL to the cloud environment of your choosing.
- Read this whitepaper which explains how to easily install Oracle NoSQL Database on the Oracle Cloud Infrastructure (OCI).
Oracle NoSQL Database capacity planning
Download the capacity planning spreadsheet.
Oracle NoSQL Database Servers
Community Edition
Oracle NoSQL Database Community Edition software is hosted on Github.
Oracle NoSQL Database Server | Example Code |
Oracle NoSQL Database Drivers
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.
Oracle NoSQL SDK for Java
The Java driver uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
Oracle NoSQL JavaScript SDK
The NoSQL Node.js SDK uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
Oracle NoSQL Python SDK
The NoSQL Python SDK uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
Oracle NoSQL GO SDK
The NoSQL Go SDK uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
Oracle NoSQL SDK for Spring Data
The NoSQL SDK for Spring Data uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
Oracle NoSQL Rust SDK
The NoSQL Rust SDK uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
Oracle NoSQL SDK for .NET
The NoSQL .NET SDK uses the HTTP Proxy to connect to the database. This driver shares an API with the cloud service.
Documentation is located at this URL.
HTTP PROXY
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.
Oracle NoSQL Database Direct Driver
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.
Java Direct Driver
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.
Oracle NoSQL Database Migrator and Analytics Integrator
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.
Oracle NoSQL Database Eclipse Plugin
Oracle NoSQL Database IntelliJ Plugin
Oracle NoSQL Database Visual Studio Plugin
The Visual Studio Marketplace hosts a Visual Studios plugin for NoSQL. This link takes you directly to the Oracle NoSQL Database Connector where you can click on "Install" to install the connector.