Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introduce Azure Data Lakehouse #3

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

gzur
Copy link
Member

@gzur gzur commented Feb 19, 2024

This PR introduces terraform modules which can be used to implement a Data Lakehouse in Azure

This is done by employing the following Azure resources:

This PR introduces terraform modules which can be used to implement a [Data Lakehouse](https://learn.microsoft.com/en-us/azure/databricks/lakehouse/) in Azure

This is done by employing the following Azure resources:

- Datalake as an [Azure Storage Account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview)
- ETL via [Azure Data Factory](https://docs.microsoft.com/en-us/azure/data-factory/introduction)
- Data Warehousing
  via [Azure SQL Database](https://docs.microsoft.com/en-us/azure/azure-sql/database/sql-database-paas-overview)
- API Access
  via [Azure API Management](https://docs.microsoft.com/en-us/azure/api-management/api-management-key-concepts)
@gzur gzur added the enhancement New feature or request label Feb 19, 2024
@gzur gzur self-assigned this Feb 19, 2024
@gzur gzur requested a review from a team as a code owner February 19, 2024 16:59
@gzur gzur requested a review from jonorri February 19, 2024 17:10
Copy link
Collaborator

@jonorri jonorri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@gzur gzur merged commit d9587f0 into island-is:main Feb 20, 2024
@gzur gzur deleted the feat/adding-datalakehouse branch February 20, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants