No description
Find a file
Pablo Martín c550492c61 Merged PR 3870: Add BillingDB reader and permissions
This PR adds a new user creation to the DWH section of the script. This includes both creating the user and describing how to give the proper grants. The explanation is simply a pattern and needs to be adjusted on run time, since it depends on what is the scope of the integration at the time of deploying.

You can read more on the topic here: https://www.notion.so/knowyourguest-superhog/Currency-Rates-for-apps-integration-1600446ff9c9804faa66f982f294e6e8?pvs=4

Related work items: #25608
2024-12-18 13:38:11 +00:00
human-script.md typo 2024-12-18 14:38:01 +01:00
platform-overview.md format 2024-02-21 15:45:20 +01:00
README.md working 2024-02-06 16:11:50 +01:00

Data Infra Script

This repository contains our documentation and scripts on how to deploy the Data team's infrastructure stack.

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.
  • 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.