Project structure

Caution

This is only a representation of the template. To setup your own click here

template
β”‚       β”œβ”€β”€β”€.github
β”‚       β”‚   β”œβ”€β”€β”€actions
β”‚       β”‚   β”‚   └───this_project
β”‚       β”‚   β”‚       β”œβ”€β”€β”€approve
β”‚       β”‚   β”‚       β”œβ”€β”€β”€build
β”‚       β”‚   β”‚       β”œβ”€β”€β”€deploy
β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€β”€dev
β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€β”€prd
β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€β”€tst
β”‚       β”‚   β”‚       β”‚   └───val
β”‚       β”‚   β”‚       β”œβ”€β”€β”€others
β”‚       β”‚   β”‚       β”œβ”€β”€β”€test
β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€β”€dev
β”‚       β”‚   β”‚       β”‚   └───tst
β”‚       β”‚   β”‚       └───verify
β”‚       β”‚   β”‚           β”œβ”€β”€β”€iv
β”‚       β”‚   β”‚           β”œβ”€β”€β”€piv
β”‚       β”‚   β”‚           β”œβ”€β”€β”€ppv
β”‚       β”‚   β”‚           └───pv
β”‚       β”‚   β”œβ”€β”€β”€ISSUE_TEMPLATE
β”‚       β”‚   └───workflows
β”‚       β”œβ”€β”€β”€code
β”‚       β”‚   β”œβ”€β”€β”€src
β”‚       β”‚   β”‚   β”œβ”€β”€β”€libs
β”‚       β”‚   β”‚   β”œβ”€β”€β”€pipelines
β”‚       β”‚   β”‚   └───pipeline_templates
β”‚       β”‚   └───tests
β”‚       β”‚       └───unit
β”‚       β”œβ”€β”€β”€docs
β”‚       β”‚   β”œβ”€β”€β”€configuration
β”‚       β”‚   β”œβ”€β”€β”€design
β”‚       β”‚   β”œβ”€β”€β”€iv
β”‚       β”‚   └───operations
β”‚       β”œβ”€β”€β”€requirements
β”‚       |    β”œβ”€β”€β”€iv
β”‚       |    └───urs
β”‚       |        └───steps
|       └── data_product/                         # Data Contracts
β”‚           β”œβ”€β”€ contracts/
β”‚           β”‚   └── dcs.yaml
β”‚           └── config.toml