-
Notifications
You must be signed in to change notification settings - Fork 66
/
nuvla.json
124 lines (124 loc) · 3.44 KB
/
nuvla.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
{
"name": "Nuvla",
"revision": "2015-10-13",
"vendor_verified": "2015-10-13",
"url": "https://nuv.la",
"status": "production",
"status_since": "2012-01-01",
"type": "IaaS-centric",
"hosting": {
"public": true, "private": true
},
"pricings": [
{
"model": "metered",
"period": "monthly"
},
{
"model": "free"
}
],
"scaling": {
"vertical": true, "horizontal": true, "auto": false
},
"runtimes": [
{ "language": "python", "versions": [ "*.*" ] },
{ "language": "ruby", "versions": [ "*.*" ] }
],
"middlewares": [
],
"frameworks": [
],
"services": {
"native": [
{ "name": "SlipStream Engine", "type": "deployment", "description": "The Nuvla platform is powered by SlipStream.", "versions": [ "2.17" ] },
{ "name": "Metering", "type": "profiling", "description": "Control the resources usage across all used clouds.", "versions": [ "*.*" ] },
{ "name": "Events", "type": "profiling", "description": "Unified overview of all events related to the account and its deployments.", "versions": [ "*.*" ] },
{ "name": "Usage", "type": "management", "description": "Aggregated and consolidated usage records.", "versions": [ "*.*" ] },
{ "name": "Quotas", "type": "management", "description": "Per cloud quota enforcement.", "versions": [ "*.*" ] },
{ "name": "Multi-tier", "type": "management", "description": "Group and account ACLs for all modules", "versions": [ "*.*" ] },
{ "name": "MongoDB", "type": "database", "description": "", "versions": [ "3.0", "*.*" ] },
{ "name": "Couchbase", "type": "database", "description": "", "versions": [ "2.1.1", "*.*" ] }
]
},
"extensible": true,
"infrastructures": [
{
"continent": "AS",
"country": "JP",
"region": "Tokyo",
"region_code": "ec2-ap-northeast-1",
"provider": "AWS"
},
{
"continent": "AS",
"country": "SG",
"region": "Singapore",
"region_code": "ec2-ap-southeast-1",
"provider": "AWS"
},
{
"continent": "EU",
"country": "IE",
"region": "Dublin",
"region_code": "ec2-eu-west",
"provider": "AWS"
},
{
"continent": "EU",
"country": "DE",
"region": "Frankfurt",
"region_code": "ec2-eu-central-1",
"provider": "AWS"
},
{
"continent": "NA",
"country": "US",
"region": "N. Virginia",
"region_code": "ec2-us-east-1",
"provider": "AWS"
},
{
"continent": "NA",
"country": "US",
"region": "N. California",
"region_code": "ec2-us-west-1",
"provider": "AWS"
},
{
"continent": "NA",
"country": "US",
"region": "Oregon",
"region_code": "ec2-us-west-2",
"provider": "AWS"
},
{
"continent": "OC",
"country": "AU",
"region": "Sydney",
"region_code": "ec2-ap-southeast-2",
"provider": "AWS"
},
{
"continent": "SA",
"country": "BR",
"region": "Sao Paulo",
"region_code": "ec2-sa-east-1",
"provider": "AWS"
},
{
"continent": "EU",
"country": "CH",
"region": "Geneva",
"region_code": "exoscale-ch-gva",
"provider": "Exoscale"
},
{
"continent": "EU",
"country": "CZ",
"region": "Prague",
"region_code": "ultimum-cz1",
"provider": "Ultimum"
}
]
}