Skip to content
Jeremy R. Easton-Marks edited this page Nov 29, 2016 · 2 revisions

AWS S3

Introduction

The AWS S3 event listers copies the results of an execution plan to an AWS S3 bucket. When a result is retrieved it checks to see if the result is still available locally and if it is not then it retrieves it from the S3 server. Currently this requires the instance to be setup to support instance profile credentials.

Installation

  1. Download the latest version of the AWS-S3.sql script which can be found here.

  2. Edit the following script parameters:

  • Bucket Name - Name of the bucket to save into
  • resultDataFolder - Name of the local folder to save to
  • s3Folder - Name of the S3 folder to save to
  1. Run the sql script against the IRCT DB.
  2. Restart the IRCT

Events

AfterExecutionPlan - Runs after a result is saved

AfterGetResult - Runs before a result is retrieved

Clone this wiki locally