This commit is contained in:
Pablo Martin 2024-02-06 16:11:50 +01:00
parent 1e9be5c3a8
commit 2c736eb0f8
2 changed files with 116 additions and 2 deletions

View file

@ -6,10 +6,10 @@ Content is structured as follows:
- `human-script.md` is a deployment script for you to read and follow. It guides you through all actions you should take.
- `architecture-overview.md` is an overview of the final architecture that results of following the humna script. If you are not familiar with our architecture, it probably makes sense to read this first so you know what you are setting up.
- `./templates` contains a set of Azure templates to deploy the different services in a subscription. The `human-script.md` will guide you in when you should run what.
- `monitoring-and-administration.md` contains guidelines on how to keep the lights on on several of the components.
The following contents are not covered in this repository:
- Application-level configuration for DWH, Airbyte, Power BI, dbt, etc.
- Instance types, disk sizes and other elements will come with defaults. But these are values that you should adapt to the deployment according to volumen and needs, and probably will also change with time. Treat the defaults with skepticism and make sure you adapt to your needs.
- No IaaC definitions exist as of today. This guide expects you to deploy things manually.