-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.json
45 lines (40 loc) · 1.17 KB
/
environment.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
{
"validator": [
"https://requirements.metamodule.org/1.0.1",
"https://definition.metamodule.org/1.0.1",
"https://lifecycle.metamodule.org/1.0.1"
],
"generator": {
"implementation": "https://imeplementation.metamodule.org/1.0.1",
"test": "https://environment.metamodule.org/1.0.1",
"lifecycle": "https://environment-lifecycle.metamodule.org/1.0.1"
},
"definition": {
"name": "Environment for running tensorflow python application",
"problem": "generate data to excel report about all invoices in selected folder",
"solution": "convert PDF file to json data over script based on tensorflow",
"type": "api",
"version": "1.0.0",
"author": "",
"license": "",
"website": "environment.metamodules.org",
"git": "https://github.com/meta-modules/ocr-pdf.git"
},
"lifecycle": {
"packages": {
"nodejs": "17",
"mariadb": "5",
"docker": "https://hub.docker.com/r/andrewmackrodt/nodejs"
},
"config": {
"username": "test",
"path": "/home/test",
"data": "storage",
"settings": ".config"
},
"monitoring": {
"latency": "1ms",
"availability": "90%"
}
}
}