-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Various improvement to the module structures * Documentation update * Marking sensitive variables --------- Co-authored-by: Eugene Istrati <[email protected]>
- Loading branch information
Showing
18 changed files
with
208 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.0.0 | ||
v1.0.1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Basic Example | ||
|
||
This terraform module provides complimentary capabilities to | ||
[COPY command](https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html) | ||
by enabling data copy from S3 API compliant storage solutions such as | ||
[Cloudian](https://github.com/cloudian/cloudian-s3-operator), | ||
[MinIO](https://github.com/minio/minio), and | ||
[Weka](https://github.com/weka/csi-wekafs) into Amazon Redshift with | ||
AWS Lambda UDF (User Defined Function). | ||
|
||
## Architecture Diagram | ||
|
||
![Architecture Diagram](../../docs/architecture-diagram.png "Architecture Diagram") | ||
|
||
## Usage | ||
|
||
* Initialize terraform configs and modules | ||
|
||
```sh | ||
terraform init | ||
``` | ||
|
||
* Review the resources to be created by terraform | ||
|
||
```sh | ||
terraform plan | ||
``` | ||
|
||
* Apply the changes reviewed in the previous step | ||
|
||
```sh | ||
terraform apply | ||
``` | ||
|
||
* When you need to clean up resources | ||
|
||
```sh | ||
terraform destroy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# MinIO Example | ||
|
||
This terraform module provides complimentary capabilities to | ||
[COPY command](https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html) | ||
by enabling data copy from S3 API compliant storage solutions such as | ||
[Cloudian](https://github.com/cloudian/cloudian-s3-operator), | ||
[MinIO](https://github.com/minio/minio), and | ||
[Weka](https://github.com/weka/csi-wekafs) into Amazon Redshift with | ||
AWS Lambda UDF (User Defined Function). | ||
|
||
## Architecture Diagram | ||
|
||
![Architecture Diagram](../../docs/minio-diagram.png "Architecture Diagram") | ||
|
||
## Usage | ||
|
||
* Initialize terraform configs and modules | ||
|
||
```sh | ||
terraform init | ||
``` | ||
|
||
* Review the resources to be created by terraform | ||
|
||
```sh | ||
terraform plan | ||
``` | ||
|
||
* Apply the changes reviewed in the previous step | ||
|
||
```sh | ||
terraform apply | ||
``` | ||
|
||
* When you need to clean up resources | ||
|
||
```sh | ||
terraform destroy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.