Path Lines of Code CONTRIBUTING.md 33 CONTRIB_FAQ.md 205 README.md 14 core/README.md 117 core/package.json 208 core/src/datasets/resources/retail-customer-address/create-target.sql 23 core/src/datasets/resources/retail-customer-address/create.sql 18 core/src/datasets/resources/retail-customer-address/generate.sql 16 core/src/datasets/resources/retail-customer/create-target.sql 31 core/src/datasets/resources/retail-customer/create.sql 26 core/src/datasets/resources/retail-customer/generate.sql 24 core/src/datasets/resources/retail-item/create.sql 25 core/src/datasets/resources/retail-item/generate.sql 18 core/src/datasets/resources/retail-promo/create.sql 21 core/src/datasets/resources/retail-promo/generate.sql 14 core/src/datasets/resources/retail-store-sale/create.sql 32 core/src/datasets/resources/retail-store-sale/generate.sql 25 core/src/datasets/resources/retail-store/create.sql 30 core/src/datasets/resources/retail-store/generate.sql 23 core/src/datasets/resources/retail-warehouse/create.sql 23 core/src/datasets/resources/retail-warehouse/generate.sql 16 core/src/datasets/resources/retail-web-sale/create.sql 39 core/src/datasets/resources/retail-web-sale/generate.sql 32 core/src/db-schema-manager/resources/flyway-lambda/README.md 25 core/src/db-schema-manager/resources/flyway-lambda/src/main/resources/log4j2.xml 15 core/src/db-schema-manager/resources/flyway-lambda/src/test/resources/migrations/mysql/V1__init.sql 9 core/src/db-schema-manager/resources/flyway-lambda/src/test/resources/migrations/mysql/V2__update.sql 4 core/src/db-schema-manager/resources/flyway-lambda/src/test/resources/migrations/postgres/V1__init.sql 10 core/src/db-schema-manager/resources/sql/V1__init.sql 4 core/src/db-schema-manager/resources/sql/V2__init.sql 4 core/src/emr-eks-platform/resources/k8s/emr-eks-config/config-override-schema.json 73 core/src/emr-eks-platform/resources/k8s/emr-eks-config/critical.json 34 core/src/emr-eks-platform/resources/k8s/emr-eks-config/notebook-pod-template-ready.json 33 core/src/emr-eks-platform/resources/k8s/emr-eks-config/notebook.json 36 core/src/emr-eks-platform/resources/k8s/emr-eks-config/shared.json 34 core/src/emr-eks-platform/resources/k8s/iam-policy-alb.json 207 core/src/emr-eks-platform/resources/k8s/iam-policy-autoscaler.json 13 core/src/emr-eks-platform/resources/k8s/rbac/emr-containers-role-binding.json 34 core/src/emr-eks-platform/resources/k8s/rbac/emr-containers-role.json 153 core/src/notebook-platform/resources/studio/emr-studio-s3-policy.json 19 core/src/notebook-platform/resources/studio/kms-key-policy.json 19 core/src/notebook-platform/resources/studio/studio-service-role-policy.json 191 core/src/notebook-platform/resources/studio/studio-user-iam-role-policy.json 142 core/src/notebook-platform/resources/studio/studio-user-session-policy.json 134 core/src/notebook-platform/resources/studio/studio-user-sso-role-policy.json 97 core/test/e2e/resources/sql/V1__init.sql 4 core/test/e2e/resources/sql/V2__select.sql 1 core/test/e2e/resources/sql/V3__dynamic_value_injection_test.sql 4 core/test/resources/sql/V1__init.sql 4 core/tsconfig.dev.json 37 doc/content/high-level-design/architecture.md 8 doc/content/high-level-design/data-sources.md 17 doc/content/high-level-design/modules/batch.md 25 doc/content/high-level-design/modules/data-lake.md 25 doc/content/high-level-design/modules/data-visualization.md 16 doc/content/high-level-design/modules/data-warehouse.md 46 doc/content/high-level-design/modules/source-to-target-mapping.md 134 doc/content/high-level-design/modules/star-schema-physical-model.md 2 doc/content/high-level-design/modules/streaming.md 36 doc/content/index.md 26 doc/content/solutions/costs.md 8 doc/content/solutions/data-lake.md 13 doc/content/solutions/data-preparation.md 136 doc/content/solutions/data-visualization.md 38 doc/content/solutions/data-warehouse.md 32 doc/content/solutions/streaming.md 15 refarch/README.md 202 refarch/aws-native/README.md 1 refarch/aws-native/cdk.context.json 27 refarch/aws-native/cdk.json 21 refarch/aws-native/common/data-generator/project/build.properties 1 refarch/aws-native/dataviz/dataviz_redshift_cdk/cdk.json 8 refarch/aws-native/dwh/redshift/release/deploy.sql 51 refarch/aws-native/dwh/redshift/release/rollback.sql 6 refarch/aws-native/dwh/redshift/sql/create_users.sql 6 refarch/aws-native/dwh/redshift/sql/create_users_psql.sql 6 refarch/aws-native/dwh/redshift/sql/dw_mystore/scripts/create_schema.sql 2 refarch/aws-native/dwh/redshift/sql/dw_mystore/scripts/grant_user_privs.sql 5 refarch/aws-native/dwh/redshift/sql/dw_mystore/scripts/ins_customer_dim_unknown_rec.sql 63 refarch/aws-native/dwh/redshift/sql/dw_mystore/scripts/load_date_dim.sql 73053 refarch/aws-native/dwh/redshift/sql/dw_mystore/scripts/load_time_dim.sql 86403 refarch/aws-native/dwh/redshift/sql/dw_mystore/tables/customer_dim.sql 38 refarch/aws-native/dwh/redshift/sql/dw_mystore/tables/date_dim.sql 35 refarch/aws-native/dwh/redshift/sql/dw_mystore/tables/sale_fact.sql 30 refarch/aws-native/dwh/redshift/sql/dw_mystore/tables/time_dim.sql 16 refarch/aws-native/dwh/redshift/sql/ext_mystore/scripts/create_schema.sql 4 refarch/aws-native/dwh/redshift/sql/ext_mystore/scripts/create_schema_psql.sql 4 refarch/aws-native/dwh/redshift/sql/stg_mystore/functions/f_from_unixtime.sql 8 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_copy_data.sql 49 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_load_customer_dim.sql 333 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_load_sale_fact.sql 155 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_return_high_water_mark.sql 15 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_run_incremental_load.sql 9 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_update_high_water_mark.sql 11 refarch/aws-native/dwh/redshift/sql/stg_mystore/procedures/sp_validate_parameters.sql 15 refarch/aws-native/dwh/redshift/sql/stg_mystore/scripts/create_schema.sql 1 refarch/aws-native/dwh/redshift/sql/stg_mystore/scripts/grant_user_privs.sql 2 refarch/aws-native/dwh/redshift/sql/stg_mystore/tables/dw_incremental_dates.sql 10 refarch/aws-native/dwh/redshift/sql/stg_mystore/tables/store_sale.sql 27 refarch/aws-native/dwh/redshift/sql/stg_mystore/tables/wrk_customer_dim.sql 32 refarch/aws-native/dwh/redshift/sql/stg_mystore/tables/wrk_sale_fact.sql 25 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/f_from_unixtime_ut.sql 17 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/sp_copy_data_ut.sql 3 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/sp_load_customer_dim_ut.sql 209 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/sp_load_sale_fact_ut.sql 69 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/sp_run_history_load_ut.sql 34 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/sp_run_incremental_load_ut.sql 44 refarch/aws-native/dwh/redshift/sql/stg_mystore/unit_tests/sp_validate_parameters_ut.sql 1 refarch/aws-native/dwh/redshift/sql/stg_mystore/views/v_store_customer.sql 24 refarch/aws-native/dwh/redshift/sql/stg_mystore/views/v_store_customer_address.sql 16 refarch/aws-native/streaming/stream-processing/pom.xml 459 refarch/aws-native/streaming/stream-processing/src/main/resources/log4j.properties 6 refarch/aws-native/streaming/stream-processing/src/test/resources/application_properties.json 23 service.json 1282