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

Rimpl depth #145

Merged
merged 8 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
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
164 changes: 164 additions & 0 deletions examples/impls/nnt-data-on-premise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
name: ntt-data-on-premise
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
description: https://github.com/Green-Software-Foundation/sci-guide/blob/dev/use-case-submissions/nttdatta-On-Premise-Web-system.md
tags:
kind: web
complexity: moderate
category: on-premise
initialize:
models:
- name: sci-m # a model that calculates m from te, tir, el, rr and rtor
kind: builtin
verbose: false
path: ''
- name: sci-o # a model that given e, i and m calculates a carbon value (e * i) + m
kind: builtin
verbose: false
path: ''
graph:
children:
layer-3-switch: # an advanced grouping node
pipeline:
- sci-m
- sci-o
config:
sci-m:
te: 0.251 # kgCO2eq
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
tir: 3600 # 1 hour in s
el: 126144000 # 4 years in seconds
rr: 1
tor: 1
sci-o:
i: 457 # gCO2/kwh
observations:
- timestamp: 2023-07-06T00:00
duration: 3600
five-min-input-rate: 100
five-min-output-rate: 100
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
layer-2-switch:
pipeline:
- sci-m # duration & config -> embodied
- sci-o # energy & grid-carbon-intensity & embodied -> carbon
config:
sci-m:
te: 0.251 # kgCO2eq
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
tir: 3600 # get from the duration field
el: 126144000 # 4 years in seconds
rr: 1
tor: 1
sci-o:
i: 457 # gCO2/kwh
children:
switch-1:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 5.41e-4 #kwh
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
switch-2:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 0 # no traffic at all
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
switch-3:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 6.37e-4 #kwh
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
switch-4:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 7.60e-9 #kwh
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
db-servers:
pipeline:
- sci-m # duration & config -> embodied
- sci-o # energy & grid-carbon-intensity & embodied -> carbon
config:
sci-m:
te: 6270 # kgCO2eq
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
tir: duration # get from the duration field
el: 126144000 # 4 years in seconds
rr: 1
tor: 1
sci-o:
i: 457 # gCO2/kwh
children:
db-server1:
observations:
- timestamp: 2023-07-06T00:00
e: 0.258
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
duration: 1 #s
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
db-server2:
observations:
- timestamp: 2023-07-06T00:00
e: 0.193
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
duration: 1 #s
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
app-servers:
pipeline:
- sci-m # duration & config -> embodied
- sci-o # energy & grid-carbon-intensity & embodied -> carbon
config:
sci-m:
te: 6270 # kgCO2eq
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
tir: duration # get from the duration field
el: 126144000 # 4 years in seconds
rr: 1
tor: 1
sci-o:
i: 457 # gCO2/kwh
children:
app-server1:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 0.149
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
app-server2:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 0.147
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
web-servers:
pipeline:
- sci-m # duration & config -> embodied
- sci-o # energy & grid-carbon-intensity & embodied -> carbon
config:
sci-m:
te: 6270 # kgCO2eq
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
tir: duration # get from the duration field
el: 126144000 # 4 years in seconds
rr: 1
tor: 1
sci-o:
i: 457 # gCO2/kwh
children:
web-server1:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 0.139
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
web-server2:
observations:
- timestamp: 2023-07-06T00:00
duration: 1
e: 0.116
narekhovhannisyan marked this conversation as resolved.
Show resolved Hide resolved
grid-ci: 951 # gCO2e/kWh
energy: 0.0004554559930455524
16 changes: 6 additions & 10 deletions scripts/rimpl.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {parseProcessArgument} from '../src/util/args';
import {ModelsUniverse} from '../src/util/models-universe';
import {calculateImpactsBasedOnGraph} from '../src/util/rimpl-helpers';
import {Supercomputer} from '../src/util/supercomputer';
import {openYamlFileAsObject, saveYamlFileAs} from '../src/util/yaml';

/**
Expand All @@ -22,24 +22,20 @@ const rimplScript = async () => {

// Lifecycle Initialize Models
const modelsHandbook = new ModelsUniverse();

impl.initialize.models.forEach((model: any) =>
modelsHandbook.writeDown(model)
);

// Initialize impact graph/computing
const childrenNames = Object.keys(impl.graph.children);

await Promise.all(
childrenNames.map(calculateImpactsBasedOnGraph(impl, modelsHandbook))
);
// Lifecycle Computing
const ateruiComputer = new Supercomputer(impl, modelsHandbook);
const ompl = await ateruiComputer.compute();

if (!outputPath) {
console.log(JSON.stringify(impl));
console.log(JSON.stringify(ompl));
return;
}

saveYamlFileAs(impl, outputPath);
await saveYamlFileAs(ompl, outputPath);
} catch (error) {
console.error(error);
}
Expand Down
4 changes: 4 additions & 0 deletions src/types/supercomputer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export type ChildInformation = {
name: string;
info: any;
};
7 changes: 7 additions & 0 deletions src/util/models-universe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,11 @@ export class ModelsUniverse {

return this.initalizedModels;
}

/**
* Returns existing model by `name`.
*/
public async getInitializedModel(modelName: string, config: any) {
return await this.initalizedModels[modelName](config);
}
}
52 changes: 0 additions & 52 deletions src/util/rimpl-helpers.ts

This file was deleted.

126 changes: 126 additions & 0 deletions src/util/supercomputer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
import {ModelsUniverse} from './models-universe';
import {Observatory} from './observatory';

import {ChildInformation} from '../types/supercomputer';

/**
* Computer for `impl` documents.
*/
export class Supercomputer {
private olderChild: ChildInformation = {name: '', info: {}};
private impl: any;
private modelsHandbook: ModelsUniverse;

constructor(impl: any, modelsHandbook: ModelsUniverse) {
this.impl = impl;
this.modelsHandbook = modelsHandbook;
}

/**
* Flattens config entries.
*/
private flattenConfigValues(config: any) {
const configModelNames = Object.keys(config);
const values = configModelNames.reduce((acc: any, name: string) => {
acc = {
...acc,
...config[name],
};

return acc;
}, {});

return values;
}

/**
* Adds config entries to each obsercation object passed.
*/
private enrichObservations(observations: any[], config: any[]) {
const configValues = this.flattenConfigValues(config);

return observations.map((observation: any) => ({
...observation,
...configValues,
}));
}

/**
* If child is top level, then initializes `this.olderChild`.
* If `children` object contains `children` property, it means observations are nested (calls compute again).
* Otherwise enriches observations, passes them to Observatory.
* For each model from pipeline Observatory gathers observations. Then results are stored.
*/
private async calculateImpactsForChild(childrenObject: any, params: any) {
const {childName, areChildrenNested} = params;

if (!areChildrenNested) {
this.olderChild = {
name: childName,
info: this.impl.graph.children[childName],
};
}

const {pipeline, observations, config} = this.olderChild.info;

if ('children' in childrenObject[childName]) {
return this.compute(childrenObject[childName].children, {
config,
});
}

const specificObservations = areChildrenNested
? childrenObject[childName].observations
: observations;

const enrichedObservations = this.enrichObservations(
specificObservations,
config
);

const observatory = new Observatory(enrichedObservations);

for (const modelName of pipeline) {
const params = config && config[modelName];
const modelInstance = await this.modelsHandbook.getInitializedModel(
modelName,
params
);

await observatory.doInvestigationsWith(modelInstance);

if (areChildrenNested) {
this.impl.graph.children[this.olderChild.name].children[
childName
].impacts = observatory.getImpacts();

return;
}
}

this.impl.graph.children[this.olderChild.name].impacts =
observatory.getImpacts();
}

/**
* Checks if object is top level children or nested, then runs through all children and calculates impacts.
*/
public async compute(childrenObject?: any, params?: any) {
const implOrChildren = childrenObject || this.impl;
const areChildrenNested = !!childrenObject;
const children = areChildrenNested
? implOrChildren
: implOrChildren.graph.children;
const childrenNames = Object.keys(children);

for (const childName of childrenNames) {
await this.calculateImpactsForChild(children, {
childName,
areChildrenNested,
...params,
});
}

return this.impl;
}
}