Skip to content

biometryhub/oci-load-data-to-adw-from-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Curating Function

This is a function to automatically curate data from specific OCI buckets to a persistence bucket and then create a table in an autonomous database.

Table of Contents

Prerequisite

OCI Components

  1. Source and target Buckets
  2. Autonomous Database
  3. Functions
  4. Rules

Credentials

These credentials are required to be created on Cloud Shell for the function to work.

To access buckets:

  • ./.oci/ containing config and oci_api_key.pem; these are files from an API key of an Oracle user.

To access an autonomous database:

  • ./wallet/ containing ewallet.pem and tnsnames.ora; these are wallet files downloaded from an autonomous database.
  • ./wallet_password containing a password created when downloading a wallet.
  • ./admin_password containing an admin user's password for an autonomous database.

To connect an autonomous database with buckets, set connections in the autonomous database and configure a credential name in ./config.yaml accordingly.

Configuration

See ./config.yaml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published