Welcome to the Martech Config repository. This repository houses configuration files containing input data required by the backend functions in the Martech Backend API engine. Additionally, it facilitates the automatic uploading of configuration files to the Google Cloud Platform (GCP) bucket, ensuring efficient data management and usage.
The repository is organized to store configuration files related to different clients and functionalities within the martech platform. Here's a glimpse of the structure:
├─ clients/
│ ├─ 001/
│ │ ├─ client_metadata.py
│ │ ├─ input_file.xlsx
│ ├─ 002/
│ │ ├─ ...
│ ├─ 003/
│ │ ├─ ...
├─ README.md