├── Chapter01 ├── Ch-01-IntroductionToSpark.ipynb └── README.md ├── Chapter02 ├── Ch-02-ComplexDataTypesInSpark.ipynb └── README.md ├── Chapter03 ├── Ch-03-DeltaCRUD.ipynb └── README.md ├── Chapter04 ├── Ch-04-DeltaForBatch&Streaming.ipynb └── README.md ├── Chapter05 ├── Ch-05-DataConsolidationInDeltaLake.ipynb └── README.md ├── Chapter06 ├── Ch-06-HandlingCommonDataPatternsWithDelta.ipynb └── README.md ├── Chapter07 ├── Ch-07-DeltaForDataWarehouseUseCases.ipynb └── README.md ├── Chapter08 ├── Ch-08-AtypicalScenarios.ipynb └── README.md ├── Chapter09 ├── Ch-09-DeltaForReproducibleMachineLearning.ipynb └── README.md ├── Chapter10 └── README.md ├── Chapter11 └── README.md ├── Chapter12 ├── Ch-12-DeltaPerformance.ipynb └── README.md ├── Chapter13 ├── Ch-13-MappingYourDeltaJourney.ipynb └── README.md ├── LICENSE └── README.md /Chapter01/Ch-01-IntroductionToSpark.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter01/Ch-01-IntroductionToSpark.ipynb -------------------------------------------------------------------------------- /Chapter01/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter02/Ch-02-ComplexDataTypesInSpark.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter02/Ch-02-ComplexDataTypesInSpark.ipynb -------------------------------------------------------------------------------- /Chapter02/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter03/Ch-03-DeltaCRUD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter03/Ch-03-DeltaCRUD.ipynb -------------------------------------------------------------------------------- /Chapter03/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter04/Ch-04-DeltaForBatch&Streaming.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter04/Ch-04-DeltaForBatch&Streaming.ipynb -------------------------------------------------------------------------------- /Chapter04/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter05/Ch-05-DataConsolidationInDeltaLake.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter05/Ch-05-DataConsolidationInDeltaLake.ipynb -------------------------------------------------------------------------------- /Chapter05/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter06/Ch-06-HandlingCommonDataPatternsWithDelta.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter06/Ch-06-HandlingCommonDataPatternsWithDelta.ipynb -------------------------------------------------------------------------------- /Chapter06/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter07/Ch-07-DeltaForDataWarehouseUseCases.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter07/Ch-07-DeltaForDataWarehouseUseCases.ipynb -------------------------------------------------------------------------------- /Chapter07/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter08/Ch-08-AtypicalScenarios.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter08/Ch-08-AtypicalScenarios.ipynb -------------------------------------------------------------------------------- /Chapter08/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter09/Ch-09-DeltaForReproducibleMachineLearning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter09/Ch-09-DeltaForReproducibleMachineLearning.ipynb -------------------------------------------------------------------------------- /Chapter09/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter10/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter11/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter12/Ch-12-DeltaPerformance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter12/Ch-12-DeltaPerformance.ipynb -------------------------------------------------------------------------------- /Chapter12/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter13/Ch-13-MappingYourDeltaJourney.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/Chapter13/Ch-13-MappingYourDeltaJourney.ipynb -------------------------------------------------------------------------------- /Chapter13/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Simplifying-Data-Engineering-and-Analytics-with-Delta/HEAD/README.md --------------------------------------------------------------------------------