Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create gsf-projects-diagram.md #80

Merged
merged 2 commits into from
May 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/gsf-projects-diagram.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
```mermaid
flowchart BT
0[Company ABCD] -->|Decides to reduce Carbon Emissions| 1
1{Selecting the GSF tool} --> 2[CarbonCI]
2 --> |IaC files, \n Cloud type, \n Carbon Rate data| 3{Execution}
3 --> |On pull request| 99[/Carbon Emissions \n per configuration\]
3 --> |GH action| 99
3 --> |Pre-commit \n application| 99


1 --> 26[Carbon Aware SDK]
26 --> |Location and Time data of the execution, \n DataSource| 26.5{Select interaction \n mechanism}
26.5 --> |WebAPI| 27{Processing}
26.5 --> |\n Command-line interface| 27
26.5 --> |C# library| 27
26.5 --> |GH Action| 27
27 -->|By Time| 28[Data on when/where application should run \n to reduce emissions]
27 -->|By Location| 28
27 -->|By Time and Location| 28

1 --> 11[SCI Ontology]
11 --> |Application Architecture \n described in Python langage, \n Cloud Type| 12{Processing}
12 --> |Graphical representation \n of the Application Architecture| 13{Evaluating the current \n Architecture}
13 --> 100




99 --> 100{Evaluating current \n Carbon emissions}
28 --> 100
100 --> |Decides to further reduce emissions| 1
100 --> 101(((Reduced Carbon \n Emissions)))
```