-
Notifications
You must be signed in to change notification settings - Fork 66
/
outsystems_platform.json
213 lines (204 loc) · 4.9 KB
/
outsystems_platform.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
{
"name": "OutSystems Platform",
"revision": "2015-03-20",
"vendor_verified": "2015-03-16",
"url": "http://www.outsystems.com",
"status": "production",
"status_since": "2001-04-19",
"type": "SaaS-centric",
"hosting": {
"public": true,
"private": true
},
"pricings": [
{
"model": "free",
"period": "monthly"
},
{
"model": "fixed",
"period": "annually"
},
{
"model": "hybrid",
"period": "annually"
}
],
"qos": {
"uptime": 99.9,
"compliance": [
]
},
"scaling": {
"vertical": true,
"horizontal": true,
"auto": false
},
"runtimes": [
{
"language": "java",
"versions": [
"1.6"
]
},
{
"language": "dotnet",
"versions": [
"4.5"
]
}
],
"middlewares": [
{
"name": "jboss",
"runtime": "java",
"versions": [
"6.3",
"7.1"
]
},
{
"name": "weblogic",
"runtime": "java",
"versions": [
"11g",
"12c"
]
},
{
"name": "iis",
"runtime": "dotnet",
"versions": [
"7.5",
"8"
]
}
],
"services": {
"native": [
{
"name": "mysql",
"type": "datastore",
"description": "Deploy your applications on top of MySQL",
"versions": [
"5.6.*"
]
},
{
"name": "oracle db",
"type": "datastore",
"description": "Deploy your applications on top of Oracle",
"versions": [
"11g",
"12c"
]
},
{
"name": "ms sql",
"type": "datastore",
"description": "Deploy your applications on top of Microsoft SQL Server",
"versions": [
"2008",
"2012",
"2014"
]
},
{
"name": "User Performance Monitoring",
"type": "analytics",
"description": "Real-time performance monitoring measures the performance your users are experiencing, when using your web and mobile applications",
"versions": [
]
},
{
"name": "Automated Application Staging",
"type": "devops",
"description": "OutSystems Platform automates the staging of applications from development to production across cloud, on-premises or hybrid environments",
"versions": [
]
},
{
"name": "Visual Application Development",
"type": "other",
"description": "Visual development environment to design the front-end and back-end of mobile and web applications, including their user interfaces, business logic, data model, and security policies. Application models are automatically converted into standard .NET or Java applications. You can also use Eclipse or Visual Studio to extend the model with Java or C# code.",
"versions": [
]
},
{
"name": "Wizard-based SOAP and REST integration",
"type": "other",
"description": "Automated mechanisms to consume and expose functionality as standard SOAP and REST web services",
"versions": [
]
},
{
"name": "Pre-built integration connectors",
"type": "other",
"description": "Connect to the most popular cloud services like Facebook, Zendesk, Twilio, and external databases like IBM DB2, Oracle, CouchDB",
"versions": [
]
},
{
"name": "Mobile Hybrid Development",
"type": "other",
"description": "OutSystems Now is a native mobile app shell that provides access to sensors like the GPS, barcode reader, file system, or camera to your applications. This allows you to create applications that make use of native functionality without having to write native code",
"versions": [
]
},
{
"name": "Business Process Management",
"type": "other",
"description": "Business Process Management platform to model, execute, and monitor business processes and workflows",
"versions": [
]
}
],
"addon": [
]
},
"extensible": false,
"infrastructures": [
{
"continent": "NA",
"country": "US",
"region": "Northern Virginia",
"provider": "AWS"
},
{
"continent": "NA",
"country": "US",
"region": "Oregon",
"provider": "AWS"
},
{
"continent": "SA",
"country": "BR",
"region": "Sao Paulo",
"provider": "AWS"
},
{
"continent": "EU",
"country": "IE",
"region": "Dublin",
"provider": "AWS"
},
{
"continent": "AS",
"country": "SG",
"region": "Singapore",
"provider": "AWS"
},
{
"continent": "AS",
"country": "JP",
"region": "Tokyo",
"provider": "AWS"
},
{
"continent": "OC",
"country": "AU",
"region": "Sydney",
"provider": "AWS"
}
]
}