last demo import - cleaned

This commit is contained in:
ycc
2023-08-26 22:04:56 +02:00
parent 0ab5dd5e38
commit f3c3c67e2c
884 changed files with 301494 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<mxGraphModel dx="946" dy="350" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="5" value="" style="image;html=1;labelBackgroundColor=#ffffff;image=/static/mxgraph/examples/grapheditor/www/stencils/clipart/Database_128x128.png" vertex="1" parent="1">
<mxGeometry x="400" y="160" width="80" height="80" as="geometry" />
</mxCell>
<mxCell id="7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="6" target="5">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="6" value="" style="image;html=1;labelBackgroundColor=#ffffff;image=/static/mxgraph/examples/grapheditor/www/stencils/clipart/Firewall_02_128x128.png" vertex="1" parent="1">
<mxGeometry x="130" y="160" width="80" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>

64
data/home.json Normal file
View File

@@ -0,0 +1,64 @@
[{
"id": "1",
"name": "home cluster",
"type": "computing",
"logo": "url",
"short_description": "string",
"description": "string",
"tags": ["space", "medical"],
"image": "url",
"computing": {
"cpu": 4,
"ram": 4,
"load": [],
"capabilities": [""],
"bandwith": 20
}
},
{
"id": "2",
"name": "Test video feed",
"type": "video",
"logo": "url",
"short_description": "my video feed",
"description": "string",
"tags": ["environment"],
"image": "url",
"video": {
"resolution": 4,
"url": 4,
"compression": []
}
},
{
"id": "3",
"name": "Photos",
"type": "images",
"logo": "url",
"short_description": "my images catalog",
"description": "string",
"tags": ["environment"],
"image": "url",
"images": {
"resolution": 4,
"url": 4,
"compression": []
}
},
{
"id": "4",
"name": "imagemagick",
"type": "processing",
"logo": "url",
"short_description": "Image conversion",
"description": "string",
"tags": ["image", "conversion"],
"image": "url",
"processing": {
"resolution": 4,
"url": 4,
"compression": []
}
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
data/icons/959703.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

View File

5
data/schemas/data.json Normal file
View File

@@ -0,0 +1,5 @@
{
"resource":"resource",
"description":"string",
"format":"string"
}

View File

View File

@@ -0,0 +1,7 @@
[
{
"group":"string",
"allowed":"string",
"rate":"string"
}
]

View File

@@ -0,0 +1,9 @@
{
"country":"string",
"state":"string",
"city":"string",
"postcode":"string",
"street":"string",
"street_number":"string",
"building":"string"
}

View File

@@ -0,0 +1,4 @@
{
"name":"string",
"address":"address"
}

View File

@@ -0,0 +1,8 @@
{
"name":"string",
"firstname":"string",
"email":"string",
"phone":"string",
"mobile":"string",
"position":"string"
}

View File

@@ -0,0 +1,5 @@
{
"lat":"float",
"lon":"float",
"alt":"int"
}

View File

@@ -0,0 +1,9 @@
{
"technical_details":"string",
"function":"string",
"input_format":"",
"output_format":"",
"input_media":"",
"output_media":"",
"average_processing_time":""
}

View File

@@ -0,0 +1,5 @@
{
"name":"string",
"type":"string",
"url":"string"
}

View File

@@ -0,0 +1,9 @@
{
"name" : "string",
"type" : "string",
"logo" : "url",
"short_description" : "string",
"description" : "string",
"tags" : ["space","medical"],
"image" : "url"
}

View File

5
data/schemas/image.json Normal file
View File

@@ -0,0 +1,5 @@
{
"resource":"resource",
"description":"string",
"format":"string"
}

View File

View File