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

Commits on Feb 19, 2024

  1. feat: Introduce Azure Data Lakehouse

    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 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2cb5e25 View commit details
    Browse the repository at this point in the history
  2. Update link in README

    gzur committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    02938a2 View commit details
    Browse the repository at this point in the history