-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathwso2_app_cloud.json
110 lines (109 loc) · 1.76 KB
/
wso2_app_cloud.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "WSO2 App Cloud",
"revision": "2015-08-12",
"vendor_verified": "2015-08-04",
"url": "http://wso2.com/cloud",
"status": "beta",
"status_since": "2014-06-01",
"type": "Generic",
"hosting": {
"public": true,
"private": true
},
"pricings": [
{
"model": "free",
"period": "monthly"
}
],
"qos": {
"uptime": 99.9
},
"scaling": {
"vertical": false,
"horizontal": true,
"auto": true
},
"runtimes": [
{
"language": "java",
"versions": [
"1.7"
]
}
],
"middlewares": [
{
"name": "WSO2 Application Server",
"runtime": "java",
"versions": [
"5.2.1"
]
}
],
"frameworks": [
{
"name": "JAX-RS",
"runtime": "java",
"versions": [
"2.0"
]
},
{
"name": "JAX-WS",
"runtime": "java",
"versions": [
"2.2.10"
]
},
{
"name": "jaggery",
"runtime": "java",
"versions": [
"0.9.0-ALPHA-3"
]
},
{
"name": "spring",
"runtime": "java",
"versions": [
"4.2.0"
]
},
{
"name": "hibernate",
"runtime": "java",
"versions": [
]
}
],
"services": {
"native": [
{
"name": "MySQL",
"description": "",
"type": "datastore",
"versions": [
"5.6"
]
},
{
"name": "API Cloud",
"description": "API Management, Gateway, and Subscriber Portal",
"type": "other",
"versions": [
"5.6"
]
}
]
},
"extensible": true,
"infrastructures": [
{
"continent": "NA",
"country": "US",
"region": "Virginia",
"provider": "AWS"
}
]
}