Install Oracle NoSQL Database Analytics Integrator

Steps to install Oracle NoSQL Database Analytics Integrator.

Prerequisites

In order to use the Oracle NoSQL Database Analytics Integrator, you must complete the following:

After you have satisfied all of the prerequisites for using the Oracle NoSQL Database Analytics Integrator, you can then install and configure the utility. You can then execute the utility to copy the contents of your tables in the NoSQL Cloud Service to the Autonomous Data Warehouse so that you can analyze the data using Oracle Analytics.

Installation

You can download the Oracle NoSQL Database Analytics Integrator from Oracle Technology Network.You can install it in the desired compute environment; which can be an Oracle Cloud Compute Instance or your own local environment, outside of the Oracle Cloud. The utility’s installation package is provided as either a compressed tar file or a zip file; for example, nosqlanalytics-<version>.tar.gz or nosqlanalytics-<version>.zip. If you decide to install the utility on an Oracle Cloud Compute Instance, then after downloading the desired installation package, you should remote copy that package to the compute instance.

For example, suppose you download the zip file for version 1.0.1 to the ~/Downloads directory of your local environment, then you would do the following:
scp ~/Downloads/nosqlanalytics-1.0.1.zip opc@<public-ip-address>:/home/opc
ssh opc@<public-ip-address>
unzip nosqlanalytics-1.0.1.zip
This installs the utility under the home directory for the user named opc on the compute instance; that is, /home/opc/nosqlanalytics-1.0.1.

Note:

If you install the utility on an Oracle Cloud Compute instance, then the utility can be executed using either your own security credentials or an Oracle Cloud Instance Principal. But if you install the utility outside of the Oracle Cloud Infrastructure for testing purposes, then you must use your own Oracle Cloud security credentials to run the utility. You should execute the utility from your local environment only when the NoSQL tables that you want to copy are small in size.

Related Topics