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
- Host: GitHub
- URL: https://github.com/ev2900/redshift_data_sharing_demo
- Owner: ev2900
- Created: 2022-10-14T13:03:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T14:37:23.000Z (12 months ago)
- Last Synced: 2025-04-10T03:15:01.403Z (9 months ago)
- Topics: aws, data-sharing, redshift
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redshift Data Sharing Demo

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