Docs, resources, code, workspaces, site.
The repository is split so each part of the delivery has a clear home, from documentation and input data to services, workspaces, and the published site.
Cirkle K/
|-- .github/
| `-- workflows/
|-- docs/
| |-- interview/
| `-- simulation/
|-- resource/
| |-- csv/
| |-- json/
| | |-- circlek/
| | `-- datafordeler/
| `-- powerbi/
| |-- interview/
| `-- simulation/
|-- site/
| |-- assets/
| | |-- interview/
| | `-- simulation/
| |-- css/
| `-- html/
|-- source/
| |-- code/
| | |-- libraries/
| | |-- runtime_definitions/
| | | |-- create_table_and_views/
| | | | |-- queries/
| | | | `-- runtime/
| | | |-- service_dataformidler_download_files/
| | | |-- service_interview_case1/
| | | |-- service_json_to_client/
| | | `-- service_simulation/
| | `-- service/
| | |-- api/
| | | `-- service_dataformidler_download_files/
| | |-- database/
| | `-- etl/
| | |-- service_create_table_views_from_sql/
| | |-- service_interview_case1/
| | |-- service_json_to_client/
| | `-- service_simulation/
| `-- workspaces/
| |-- interview/
| | |-- Circle K Interview.Report/
| | |-- Circle K Interview.SemanticModel/
| | `-- Tabular/
| |-- simulated/
| | |-- Circle K Simulated Case.Report/
| | |-- Circle K Simulated Case.SemanticModel/
| | `-- Tabular/
| `-- TabularEditorCLITool/
`-- README.md