@digital4better/data 1.2.5 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/cloud/aws-vms.csv +92 -92
- package/data/cloud/aws-vms.json +1860 -976
- package/data/cloud/azure-vms.csv +99 -99
- package/data/cloud/azure-vms.json +2051 -1075
- package/data/cloud/cpus.csv +2 -1
- package/data/cloud/cpus.json +15 -0
- package/data/cloud/gcp-vms.csv +1 -1
- package/data/cloud/gcp-vms.json +646 -324
- package/data/factor/subdivision-monthly-green.csv +100 -100
- package/data/factor/subdivision-monthly-green.json +900 -900
- package/data/factor/subdivision-monthly.csv +100 -100
- package/data/factor/subdivision-monthly.json +900 -900
- package/data/factor/subdivision-yearly-green.csv +50 -50
- package/data/factor/subdivision-yearly-green.json +450 -450
- package/data/factor/subdivision-yearly.csv +50 -50
- package/data/factor/subdivision-yearly.json +450 -450
- package/data/mix/subdivision-monthly-green.csv +100 -100
- package/data/mix/subdivision-monthly-green.json +354 -354
- package/data/mix/subdivision-monthly.csv +100 -100
- package/data/mix/subdivision-monthly.json +676 -676
- package/data/mix/subdivision-yearly-green.csv +50 -50
- package/data/mix/subdivision-yearly-green.json +174 -174
- package/data/mix/subdivision-yearly.csv +50 -50
- package/data/mix/subdivision-yearly.json +304 -304
- package/package.json +1 -1
package/data/cloud/cpus.csv
CHANGED
|
@@ -5,7 +5,8 @@ amd-epyc-7551,amd,epyc,7551,x86-64,naples,32,64,180,14,852,19200,2
|
|
|
5
5
|
amd-epyc-7571,amd,epyc,7571,x86-64,naples,32,64,200,14,852,19200,2
|
|
6
6
|
amd-epyc-7763,amd,epyc,7763,x86-64,milan,64,128,280,7,648,33200,2
|
|
7
7
|
amd-epyc-7763v,amd,epyc,7763v,x86-64,milan,64,128,280,7,648,33200,2
|
|
8
|
-
amd-epyc-7b12,amd,epyc,
|
|
8
|
+
amd-epyc-7b12,amd,epyc,7b12,x86-64,rome,64,128,240,7,648,33200,2
|
|
9
|
+
amd-epyc-7b13,amd,epyc,7b13,x86-64,milan,64,128,280,7,648,33200,2
|
|
9
10
|
amd-epyc-7r13,amd,epyc,7r13,x86-64,milan,48,96,225,7,648,33200,2
|
|
10
11
|
amd-epyc-7r32,amd,epyc,7r32,x86-64,rome,48,96,280,7,648,33200,2
|
|
11
12
|
amd-epyc-7v12,amd,epyc,7v12,x86-64,rome,64,128,240,7,648,33200,2
|
package/data/cloud/cpus.json
CHANGED
|
@@ -93,6 +93,21 @@
|
|
|
93
93
|
"id": "amd-epyc-7b12",
|
|
94
94
|
"manufacturer": "amd",
|
|
95
95
|
"serie": "epyc",
|
|
96
|
+
"model": "7b12",
|
|
97
|
+
"architecture": "x86-64",
|
|
98
|
+
"platform": "rome",
|
|
99
|
+
"cores": 64,
|
|
100
|
+
"threads": 128,
|
|
101
|
+
"tdp": 240,
|
|
102
|
+
"process": 7,
|
|
103
|
+
"die": 648,
|
|
104
|
+
"transistors": 33200,
|
|
105
|
+
"smp": 2
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "amd-epyc-7b13",
|
|
109
|
+
"manufacturer": "amd",
|
|
110
|
+
"serie": "epyc",
|
|
96
111
|
"model": "7b13",
|
|
97
112
|
"architecture": "x86-64",
|
|
98
113
|
"platform": "milan",
|
package/data/cloud/gcp-vms.csv
CHANGED
|
@@ -14,7 +14,7 @@ a3-highgpu-2g,a3,a3-highgpu-2g,accelerated,52,468,1500,0,intel-xeon-8481c,2,nvid
|
|
|
14
14
|
a3-highgpu-4g,a3,a3-highgpu-4g,accelerated,104,936,3000,0,intel-xeon-8481c,4,nvidia-tesla-h10080
|
|
15
15
|
a3-highgpu-8g,a3,a3-highgpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080
|
|
16
16
|
a3-megagpu-8g,a3,a3-megagpu-8g,accelerated,208,1872,6000,0,intel-xeon-8481c,8,nvidia-tesla-h10080
|
|
17
|
-
a3-
|
|
17
|
+
a3-ultragpu-8g,a3,a3-ultragpu-8g,accelerated,224,2952,12000,0,intel-xeon-8581c,8,nvidia-tesla-h200
|
|
18
18
|
c2-standard-16,c2,c2-standard-16,compute,16,64,375,0,intel-xeon-6253cl,0,
|
|
19
19
|
c2-standard-30,c2,c2-standard-30,compute,30,120,375,0,intel-xeon-6253cl,0,
|
|
20
20
|
c2-standard-4,c2,c2-standard-4,compute,4,16,375,0,intel-xeon-6253cl,0,
|