-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathapprenda.json
209 lines (207 loc) · 4.48 KB
/
apprenda.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
{
"name": "Apprenda",
"revision": "2015-05-22",
"vendor_verified": "2015-05-18",
"url": "http://apprenda.com/",
"status": "production",
"status_since": "2008-12-02",
"type": "SaaS-centric",
"hosting": {
"public": false,
"private": true
},
"pricings": [
{
"model": "fixed",
"period": "annually"
}
],
"scaling": {
"vertical": true,
"horizontal": true,
"auto": true
},
"runtimes": [
{
"language": "dotnet",
"versions": [
"3.5",
"4.0",
"4.5.*"
]
},
{
"language": "java",
"versions": [
"1.6",
"1.7",
"1.8"
]
},
{
"language": "docker",
"versions": [
]
}
],
"middlewares": [
{
"name": "jboss",
"runtime": "java",
"versions": [
"6.2"
]
},
{
"name": "tomcat",
"runtime": "java",
"versions": [
"6",
"7"
]
},
{
"name": "websphere",
"runtime": "java",
"versions": [
"8.5"
]
}
],
"services": {
"native": [
{
"name": "SQL Server",
"versions": [
"2008R2",
"2012"
],
"type": "datastore"
},
{
"name": "oracle db",
"versions": [
"11g"
],
"type": "datastore"
},
{
"name": "Docker",
"versions": [
"1.6"
],
"type": "other"
}
],
"addon": [
{
"name": "AWS EC2",
"url": "http://s3.amazonaws.com/",
"type": "Cloud Computing"
},
{
"name": "AWS S3",
"url": "http://s3.amazonaws.com/",
"type": "Cloud File Storage"
},
{
"name": "AWS EMR",
"url": "http://aws.amazon.com/emr",
"type": "Big Data Analytics"
},
{
"name": "AWS SQS",
"url": "http://aws.amazon.com/sqs",
"type": "Cloud Messaging"
},
{
"name": "AWS SNS",
"url": "http://aws.amazon.com/sns",
"type": "Cloud Messaging"
},
{
"name": "AWS Glacier",
"url": "http://aws.amazon.com/glacier",
"type": "Cloud Storage Archival and Backup"
},
{
"name": "AWS RDS",
"url": "http://aws.amazon.com/rds/",
"type": "Cloud Relational Database"
},
{
"name": "AWS Redshift",
"url": "http://aws.amazon.com/redshift/",
"type": "Cloud Petabyte-Scale Data Warehouse"
},
{
"name": "Azure Storage",
"url": "http://azure.microsoft.com/en-us/services/storage/",
"type": "Cloud File Storage"
},
{
"name": "Azure Service Bus",
"url": "http://azure.microsoft.com/en-us/services/service-bus/",
"type": "Cloud Messaging Service"
},
{
"name": "NetApp",
"url": "http://www.netapp.com/",
"type": "Enterprise File Storage"
},
{
"name": "CIRBA",
"url": "http://www.cirba.com/",
"type": "Datacenter Orchestration and Optimization"
},
{
"name": "VMWare vRealize Automation",
"url": "https://www.vmware.com/products/vrealize-suite",
"type": "Enterprise IaaS"
},
{
"name": "VMWare vRealize Operations",
"url": "https://www.vmware.com/products/vrealize-suite",
"type": "Enterprise Infrastructure Monitoring"
},
{
"name": "OpenStack - All Major Distributions",
"url": "http://www.openstack.org",
"type": "Enterprise and Cloud IaaS"
},
{
"name": "Splunk",
"url": "http://www.splunk.com/",
"type": "Enterprise Operational Intelligence"
},
{
"name": "NewRelic",
"url": "http://www.newrelic.com/",
"type": "Enterprise Operational Intelligence"
},
{
"name": "AppDynamics",
"url": "http://www.appdynamics.com/",
"type": "Enterprise Operational Intelligence"
},
{
"name": "Google Cloud Storage",
"url": "https://cloud.google.com/storage/",
"type": "Cloud File Storage"
},
{
"name": "Google Cloud Compute Engine",
"url": "http://cloud.google.com/compute",
"type": "Cloud Computing"
},
{
"name": "SalesForce.com",
"url": "http://www.salesforce.com",
"type": "Enterprise CRM"
}
]
},
"extensible": true,
"infrastructures": [
]
}