├── .github └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── _config.yml ├── _layouts └── default.html ├── assets └── css │ └── style.scss └── src ├── AWS_logo_RGB_WHT.png ├── Reference Architectures.pptx ├── business-line-clusters ├── README.md ├── business-line-clusters.png └── thumbnail.png ├── firehose-data-loading ├── FirehoseDataLoading.png ├── README.md └── thumbnail.png ├── high-performance-hybrid ├── README.md ├── high-performance-hybrid.png ├── sql1.png ├── sql2.png └── thumbnail.png ├── lambda-connections ├── README.md ├── private-connectivity.png ├── public-connectivity.png └── thumbnail.png ├── ods-aggregation ├── README.md ├── ods-aggregation.png └── thumbnail.png ├── private-routing ├── README.md ├── private-routing.png └── thumbnail.png ├── public-routing ├── README.md ├── proxy-routing.png ├── public-routing.png └── thumbnail.png ├── quicksight-viz ├── README.md ├── quicksight-viz.png └── thumbnail.png ├── spectrum-multicluster ├── README.md ├── spectrum-multicluster.png └── thumbnail.png └── star-schema ├── README.md ├── Snowflaking.png ├── StarSchemaDefault.png ├── StarSchemaKey.png ├── star-schema.png └── thumbnail.png /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/_config.yml -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /assets/css/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/assets/css/style.scss -------------------------------------------------------------------------------- /src/AWS_logo_RGB_WHT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/AWS_logo_RGB_WHT.png -------------------------------------------------------------------------------- /src/Reference Architectures.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/Reference Architectures.pptx -------------------------------------------------------------------------------- /src/business-line-clusters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/business-line-clusters/README.md -------------------------------------------------------------------------------- /src/business-line-clusters/business-line-clusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/business-line-clusters/business-line-clusters.png -------------------------------------------------------------------------------- /src/business-line-clusters/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/business-line-clusters/thumbnail.png -------------------------------------------------------------------------------- /src/firehose-data-loading/FirehoseDataLoading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/firehose-data-loading/FirehoseDataLoading.png -------------------------------------------------------------------------------- /src/firehose-data-loading/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/firehose-data-loading/README.md -------------------------------------------------------------------------------- /src/firehose-data-loading/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/firehose-data-loading/thumbnail.png -------------------------------------------------------------------------------- /src/high-performance-hybrid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/high-performance-hybrid/README.md -------------------------------------------------------------------------------- /src/high-performance-hybrid/high-performance-hybrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/high-performance-hybrid/high-performance-hybrid.png -------------------------------------------------------------------------------- /src/high-performance-hybrid/sql1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/high-performance-hybrid/sql1.png -------------------------------------------------------------------------------- /src/high-performance-hybrid/sql2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/high-performance-hybrid/sql2.png -------------------------------------------------------------------------------- /src/high-performance-hybrid/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/high-performance-hybrid/thumbnail.png -------------------------------------------------------------------------------- /src/lambda-connections/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/lambda-connections/README.md -------------------------------------------------------------------------------- /src/lambda-connections/private-connectivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/lambda-connections/private-connectivity.png -------------------------------------------------------------------------------- /src/lambda-connections/public-connectivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/lambda-connections/public-connectivity.png -------------------------------------------------------------------------------- /src/lambda-connections/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/lambda-connections/thumbnail.png -------------------------------------------------------------------------------- /src/ods-aggregation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/ods-aggregation/README.md -------------------------------------------------------------------------------- /src/ods-aggregation/ods-aggregation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/ods-aggregation/ods-aggregation.png -------------------------------------------------------------------------------- /src/ods-aggregation/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/ods-aggregation/thumbnail.png -------------------------------------------------------------------------------- /src/private-routing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/private-routing/README.md -------------------------------------------------------------------------------- /src/private-routing/private-routing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/private-routing/private-routing.png -------------------------------------------------------------------------------- /src/private-routing/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/private-routing/thumbnail.png -------------------------------------------------------------------------------- /src/public-routing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/public-routing/README.md -------------------------------------------------------------------------------- /src/public-routing/proxy-routing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/public-routing/proxy-routing.png -------------------------------------------------------------------------------- /src/public-routing/public-routing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/public-routing/public-routing.png -------------------------------------------------------------------------------- /src/public-routing/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/public-routing/thumbnail.png -------------------------------------------------------------------------------- /src/quicksight-viz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/quicksight-viz/README.md -------------------------------------------------------------------------------- /src/quicksight-viz/quicksight-viz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/quicksight-viz/quicksight-viz.png -------------------------------------------------------------------------------- /src/quicksight-viz/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/quicksight-viz/thumbnail.png -------------------------------------------------------------------------------- /src/spectrum-multicluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/spectrum-multicluster/README.md -------------------------------------------------------------------------------- /src/spectrum-multicluster/spectrum-multicluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/spectrum-multicluster/spectrum-multicluster.png -------------------------------------------------------------------------------- /src/spectrum-multicluster/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/spectrum-multicluster/thumbnail.png -------------------------------------------------------------------------------- /src/star-schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/star-schema/README.md -------------------------------------------------------------------------------- /src/star-schema/Snowflaking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/star-schema/Snowflaking.png -------------------------------------------------------------------------------- /src/star-schema/StarSchemaDefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/star-schema/StarSchemaDefault.png -------------------------------------------------------------------------------- /src/star-schema/StarSchemaKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/star-schema/StarSchemaKey.png -------------------------------------------------------------------------------- /src/star-schema/star-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/star-schema/star-schema.png -------------------------------------------------------------------------------- /src/star-schema/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-dbs-refarch-edw/HEAD/src/star-schema/thumbnail.png --------------------------------------------------------------------------------