Skip to content

Commit

Permalink
Add "measured" tag and remove redundant tags
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwiel committed Aug 27, 2022
1 parent 072d896 commit 9983952
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
layout: tactic

title: "Put application to sleep"
tags: energy-footprint
tags: energy-footprint measured
t-sort: "Awesome Tactic"
t-type: "Software Practice"
categories: green-software-practice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: tactic

title: "Use efficient queries"
tags: queries energy-footprint
tags: queries energy-footprint measured
t-sort: "Awesome Tactic"
t-type: "Software Practice"
categories: green-software-practice
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Apply edge computing"
tags: edge-computing
tags: edge-computing measured
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-adaptation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Choose fitting deployment paradigm"
tags: deployments cloud-principles
tags: cloud-principles measured
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-adaptation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Compress infrequently accessed data"
tags: resources data-compression
tags: data-compression
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-adaptation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Deallocate resources that are not used"
tags: scaling resources
tags: scaling
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-allocation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Reuse software services"
tags: services SOA
tags: services
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-allocation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Use reserved instances"
tags: resources
tags:
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-allocation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Use spot instances"
tags: resources AWS
tags: AWS
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-allocation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: tactic
title: "Automatically monitor efficiency per workload"
tags: performance monitoring
tags: performance
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: tactic

title: "Experiment to discover optimal architecture"
tags: architecture resources monitoring
tags: architecture
t-sort: "Awesome Tactic"
t-type: "Architectural Tactic"
categories: resource-monitoring
Expand Down
4 changes: 0 additions & 4 deletions docs/tags/deployments.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/tags/SOA.md → docs/tags/measured.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
layout: tags
tag-name: SOA
tag-name: measured
---
4 changes: 0 additions & 4 deletions docs/tags/monitoring.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/tags/resources.md

This file was deleted.

0 comments on commit 9983952

Please sign in to comment.