-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
69 lines (67 loc) · 2.67 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/interTwin-eu/dcnios",
"contIntegration": "https://github.com/interTwin-eu/dcnios/actions",
"dateCreated": "2023-05-02",
"datePublished": "2023-05-02",
"dateModified": "2024-02-01",
"downloadUrl": "https://github.com/interTwin-eu/dcnios",
"issueTracker": "https://github.com/interTwin-eu/dcnios/issues",
"name": "dCNiOS",
"version": "1.0.0",
"identifier": "",
"description": "dCNiOS can manage the creation of event-driven data processing flows. The events are ingested in Apache NiFi, which can queue them up depending on the (modifiable at runtime) ingestion rate, to be then delegated for processing into a scalable OSCAR cluster, where a user-defined application based on a Docker image can process the data file.",
"applicationCategory": "Computing",
"releaseNotes": "",
"funding": "",
"developmentStatus": "active",
"referencePublication": "",
"keywords": [
"Workflow"
],
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Kubernetes"
],
"operatingSystem": [
"Linux",
"macOS"
],
"author": [
{
"@type": "Person",
"@id": "https://www.grycap.upv.es/gmolto",
"givenName": "Germán",
"familyName": "Moltó",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Instituto de Instrumentación para Imagen Molecular (I3M), Centro Mixto CSIC — Universitat Politècnica de València, Camino de Vera s/n, 46022 Valencia, España"
}
},
{
"@type": "Person",
"givenName": "Sergio",
"familyName": "Langarita",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Instituto de Instrumentación para Imagen Molecular (I3M), Centro Mixto CSIC — Universitat Politècnica de València, Camino de Vera s/n, 46022 Valencia, España"
}
},
{
"@type": "Person",
"givenName": "Estíbaliz",
"familyName": "Parcero",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Instituto de Instrumentación para Imagen Molecular (I3M), Centro Mixto CSIC — Universitat Politècnica de València, Camino de Vera s/n, 46022 Valencia, España"
}
}
]
}