├── 1-setup-vignette.sql ├── 2-load-vignette.sql ├── Images ├── demo-architecture.png ├── snowflake-approach.png └── traditional-approach.png ├── README.md └── json-files ├── weather1.json.gz ├── weather2.json.gz ├── weather3.json.gz └── weather4.json.gz /1-setup-vignette.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/1-setup-vignette.sql -------------------------------------------------------------------------------- /2-load-vignette.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/2-load-vignette.sql -------------------------------------------------------------------------------- /Images/demo-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/Images/demo-architecture.png -------------------------------------------------------------------------------- /Images/snowflake-approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/Images/snowflake-approach.png -------------------------------------------------------------------------------- /Images/traditional-approach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/Images/traditional-approach.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/README.md -------------------------------------------------------------------------------- /json-files/weather1.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/json-files/weather1.json.gz -------------------------------------------------------------------------------- /json-files/weather2.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/json-files/weather2.json.gz -------------------------------------------------------------------------------- /json-files/weather3.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/json-files/weather3.json.gz -------------------------------------------------------------------------------- /json-files/weather4.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kromozome2003/Snowflake-Json-DataPipeline/HEAD/json-files/weather4.json.gz --------------------------------------------------------------------------------