-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbd2726
commit a9086c4
Showing
6 changed files
with
181 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
A fully managed, serverless data integration solution for ingesting, preparing and transforming all of your data at scale. | ||
|
||
Data factories are not meant for data migrating, data streaming, or complex data transformations (databriks/spark), or data storage. | ||
![[Pasted image 20240906143943.png]] | ||
|
||
We will use azure data factory for all data integration and orchestration. It will run transofrmations with HDInsight and Azure databriks. We have three transformation technologies being used, data flow, HDInsight, Databriks. | ||
|
||
[[Dataflow]] gives you a codefree transformation tool which makes it easy to develop and maintain the transoformation. | ||
- Use this for simple and medium level complexity transformations as it lacks the ability to make complex transformations | ||
[[HDInsight]] gives you the ability to write code in a [[SQL]] like language called [[Hive]] and a scripting language called [[Pig]]. | ||
[[Databriks]] requires you to write code with [[Python]] or [[SparkSQL]] | ||
|
||
Also used is [[Azure Blob Storage]], [[Data Lake]], [[Synapse Analytics]], [[Power BI]], [[Azure Databases]] | ||
|
||
## Useful Links & Resources | ||
#### Lecture: Project Overview | ||
ECDC Website for Covid-19 Data - [https://www.ecdc.europa.eu/en/covid-19/data](https://www.ecdc.europa.eu/en/covid-19/data) | ||
|
||
Euro Stat Website for Population Data - [https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?file=data/tps00010.tsv.gz](https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?file=data/tps00010.tsv.gz) | ||
#### Lecture: Azure Storage Solutions | ||
Introduction to Azure Storage services - [https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction](https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction) | ||
|
||
Azure SQL Database - [https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview](https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview) | ||
|
||
Azure Synapse Analytics - [https://docs.microsoft.com/en-us/azure/synapse-analytics/overview-what-is](https://docs.microsoft.com/en-us/azure/synapse-analytics/overview-what-is) | ||
|
||
Azure Cosmos DB - [https://docs.microsoft.com/en-us/azure/cosmos-db/introduction](https://docs.microsoft.com/en-us/azure/cosmos-db/introduction) | ||
|
||
Azure Data Lake Storage Gen2 - [https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction) | ||
## 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.