An open API service indexing awesome lists of open source software.

https://github.com/ev2900/redshift_data_sharing_demo

Sample code to set up a data sharing between two Redshift clusters
https://github.com/ev2900/redshift_data_sharing_demo

aws data-sharing redshift

Last synced: 9 months ago
JSON representation

Sample code to set up a data sharing between two Redshift clusters

Awesome Lists containing this project

README

          

# Redshift Data Sharing Demo

map-user map-user

This repository has example SQL code to

1. Create a table + add a few rows of data to it
2. Create a data share
3. Share the data share with a consumer (ie. different) Redshift instance
4. Consumer the data share from the producer Redshift instance

## Future Improvements for this Repository

1. Add an architecture diagram to the README
2. Add a CloudFormation template to deploy two Redshift cluster