From 9983952f419bfa6bbb6ebcf81b02ebfb31fce21b Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 27 Aug 2022 14:52:14 +0200 Subject: [PATCH] Add "measured" tag and remove redundant tags --- .../2022-08-01-put_application_to_sleep.md | 3 +-- .../2022-08-01-use_efficient_queries.md | 2 +- .../2022-04-20-apply_edge_computing.markdown | 2 +- .../2022-04-20-choose_fitting_deployment_paradigm.markdown | 2 +- .../2022-04-20-compress_infrequently accessed_data.markdown | 2 +- .../2022-04-20-deallocate_unused_resources.markdown | 2 +- .../2022-04-20-reuse_software_services.markdown | 2 +- .../2022-04-20-use_reserved_instances.markdown | 2 +- .../2022-04-20-use_spot_instances.markdown | 2 +- .../2022-04-20-automatically_monitor_efficiency.markdown | 2 +- ...22-04-20-experiment_discover_optimal_architecture.markdown | 2 +- docs/tags/deployments.md | 4 ---- docs/tags/{SOA.md => measured.md} | 2 +- docs/tags/monitoring.md | 4 ---- docs/tags/resources.md | 4 ---- 15 files changed, 12 insertions(+), 25 deletions(-) delete mode 100644 docs/tags/deployments.md rename docs/tags/{SOA.md => measured.md} (52%) delete mode 100644 docs/tags/monitoring.md delete mode 100644 docs/tags/resources.md diff --git a/docs/_posts/green-software-practices/2022-08-01-put_application_to_sleep.md b/docs/_posts/green-software-practices/2022-08-01-put_application_to_sleep.md index 3c8ab4f..dacecb4 100644 --- a/docs/_posts/green-software-practices/2022-08-01-put_application_to_sleep.md +++ b/docs/_posts/green-software-practices/2022-08-01-put_application_to_sleep.md @@ -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 diff --git a/docs/_posts/green-software-practices/2022-08-01-use_efficient_queries.md b/docs/_posts/green-software-practices/2022-08-01-use_efficient_queries.md index d66d04c..7688a53 100644 --- a/docs/_posts/green-software-practices/2022-08-01-use_efficient_queries.md +++ b/docs/_posts/green-software-practices/2022-08-01-use_efficient_queries.md @@ -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 diff --git a/docs/_posts/resource-adaptation/2022-04-20-apply_edge_computing.markdown b/docs/_posts/resource-adaptation/2022-04-20-apply_edge_computing.markdown index 204648e..e6db124 100644 --- a/docs/_posts/resource-adaptation/2022-04-20-apply_edge_computing.markdown +++ b/docs/_posts/resource-adaptation/2022-04-20-apply_edge_computing.markdown @@ -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 diff --git a/docs/_posts/resource-adaptation/2022-04-20-choose_fitting_deployment_paradigm.markdown b/docs/_posts/resource-adaptation/2022-04-20-choose_fitting_deployment_paradigm.markdown index 1abf195..8d2a1ae 100644 --- a/docs/_posts/resource-adaptation/2022-04-20-choose_fitting_deployment_paradigm.markdown +++ b/docs/_posts/resource-adaptation/2022-04-20-choose_fitting_deployment_paradigm.markdown @@ -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 diff --git a/docs/_posts/resource-adaptation/2022-04-20-compress_infrequently accessed_data.markdown b/docs/_posts/resource-adaptation/2022-04-20-compress_infrequently accessed_data.markdown index 2968e77..c2677fe 100644 --- a/docs/_posts/resource-adaptation/2022-04-20-compress_infrequently accessed_data.markdown +++ b/docs/_posts/resource-adaptation/2022-04-20-compress_infrequently accessed_data.markdown @@ -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 diff --git a/docs/_posts/resource-allocation/2022-04-20-deallocate_unused_resources.markdown b/docs/_posts/resource-allocation/2022-04-20-deallocate_unused_resources.markdown index acdd95b..8134e02 100644 --- a/docs/_posts/resource-allocation/2022-04-20-deallocate_unused_resources.markdown +++ b/docs/_posts/resource-allocation/2022-04-20-deallocate_unused_resources.markdown @@ -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 diff --git a/docs/_posts/resource-allocation/2022-04-20-reuse_software_services.markdown b/docs/_posts/resource-allocation/2022-04-20-reuse_software_services.markdown index 5165ef2..7be5101 100644 --- a/docs/_posts/resource-allocation/2022-04-20-reuse_software_services.markdown +++ b/docs/_posts/resource-allocation/2022-04-20-reuse_software_services.markdown @@ -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 diff --git a/docs/_posts/resource-allocation/2022-04-20-use_reserved_instances.markdown b/docs/_posts/resource-allocation/2022-04-20-use_reserved_instances.markdown index 352a0af..cb2916a 100644 --- a/docs/_posts/resource-allocation/2022-04-20-use_reserved_instances.markdown +++ b/docs/_posts/resource-allocation/2022-04-20-use_reserved_instances.markdown @@ -1,7 +1,7 @@ --- layout: tactic title: "Use reserved instances" -tags: resources +tags: t-sort: "Awesome Tactic" t-type: "Architectural Tactic" categories: resource-allocation diff --git a/docs/_posts/resource-allocation/2022-04-20-use_spot_instances.markdown b/docs/_posts/resource-allocation/2022-04-20-use_spot_instances.markdown index dd72879..9dbe50f 100644 --- a/docs/_posts/resource-allocation/2022-04-20-use_spot_instances.markdown +++ b/docs/_posts/resource-allocation/2022-04-20-use_spot_instances.markdown @@ -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 diff --git a/docs/_posts/resource-monitoring/2022-04-20-automatically_monitor_efficiency.markdown b/docs/_posts/resource-monitoring/2022-04-20-automatically_monitor_efficiency.markdown index a23543d..6b89476 100644 --- a/docs/_posts/resource-monitoring/2022-04-20-automatically_monitor_efficiency.markdown +++ b/docs/_posts/resource-monitoring/2022-04-20-automatically_monitor_efficiency.markdown @@ -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 diff --git a/docs/_posts/resource-monitoring/2022-04-20-experiment_discover_optimal_architecture.markdown b/docs/_posts/resource-monitoring/2022-04-20-experiment_discover_optimal_architecture.markdown index 598d1a8..60d50e4 100644 --- a/docs/_posts/resource-monitoring/2022-04-20-experiment_discover_optimal_architecture.markdown +++ b/docs/_posts/resource-monitoring/2022-04-20-experiment_discover_optimal_architecture.markdown @@ -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 diff --git a/docs/tags/deployments.md b/docs/tags/deployments.md deleted file mode 100644 index bfb5c79..0000000 --- a/docs/tags/deployments.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: tags -tag-name: deployments ---- diff --git a/docs/tags/SOA.md b/docs/tags/measured.md similarity index 52% rename from docs/tags/SOA.md rename to docs/tags/measured.md index 4f87136..0d1aeb6 100644 --- a/docs/tags/SOA.md +++ b/docs/tags/measured.md @@ -1,4 +1,4 @@ --- layout: tags -tag-name: SOA +tag-name: measured --- diff --git a/docs/tags/monitoring.md b/docs/tags/monitoring.md deleted file mode 100644 index 7058dd6..0000000 --- a/docs/tags/monitoring.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: tags -tag-name: monitoring ---- diff --git a/docs/tags/resources.md b/docs/tags/resources.md deleted file mode 100644 index 2cb9855..0000000 --- a/docs/tags/resources.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: tags -tag-name: resources ----