-
Notifications
You must be signed in to change notification settings - Fork 8
/
codemeta.json
38 lines (38 loc) · 1.24 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/cau-se/theodolite",
"dateCreated": "2020-03-13",
"datePublished": "2020-07-27",
"dateModified": "2023-07-18",
"downloadUrl": "https://github.com/cau-se/theodolite/releases",
"name": "Theodolite",
"version": "0.9.0",
"description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
"developmentStatus": "active",
"relatedLink": [
"https://www.theodolite.rocks"
],
"referencePublication": "https://doi.org/10.1007/s10664-022-10162-1",
"programmingLanguage": [
"Kotlin",
"Java",
"Python"
],
"runtimePlatform": [
"Kubernetes"
],
"author": [
{
"@type": "Person",
"givenName": "Sören",
"familyName": "Henning",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "JKU/Dynatrace Co-Innovation Lab, LIT CPS Lab, Johannes Kepler University Linz"
}
}
]
}