diff --git a/crawley/__pycache__/cli.cpython-310.pyc b/crawley/__pycache__/cli.cpython-310.pyc index c6c101f..4d28363 100644 Binary files a/crawley/__pycache__/cli.cpython-310.pyc and b/crawley/__pycache__/cli.cpython-310.pyc differ diff --git a/crawley/__pycache__/output.cpython-310.pyc b/crawley/__pycache__/output.cpython-310.pyc index 5abdc76..2a88c6e 100644 Binary files a/crawley/__pycache__/output.cpython-310.pyc and b/crawley/__pycache__/output.cpython-310.pyc differ diff --git a/crawley/crawlers/__pycache__/result.cpython-310.pyc b/crawley/crawlers/__pycache__/result.cpython-310.pyc index cf0e377..bd0ceaf 100644 Binary files a/crawley/crawlers/__pycache__/result.cpython-310.pyc and b/crawley/crawlers/__pycache__/result.cpython-310.pyc differ diff --git a/crawley/crawlers/__pycache__/vultr.cpython-310.pyc b/crawley/crawlers/__pycache__/vultr.cpython-310.pyc index 6f12f89..d0bd551 100644 Binary files a/crawley/crawlers/__pycache__/vultr.cpython-310.pyc and b/crawley/crawlers/__pycache__/vultr.cpython-310.pyc differ diff --git a/output.csv b/output.csv index a7f908b..9ad8f82 100644 --- a/output.csv +++ b/output.csv @@ -1,9 +1,9 @@ cpu,monthly_cost,memory,storage,bandwidth Intel E3-1270,$120/month,['32 GBMemory'],['2 x 240 GBSSD'],['5 TBBandwidth'] Intel E-2286G,$185/month,['32 GBMemory'],['2 x 960 GBSSD'],['10 TBBandwidth'] -Intel E-2288G,$350/month,['128 GBMemory'],[],['10 TBBandwidth'] -Intel E-2388G,$350/month,['128 GBMemory'],[],['10 TBBandwidth'] -AMD EPYC 7443P,$725/month,['256 GBMemory'],['2 x 480 GBSSD'],['10 TBBandwidth'] -AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],['2 x 480 GBSSD'],['15 TBBandwidth'] -AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],['2 x 480 GBSSD'],['15 TBBandwidth'] -2 x AMD EPYC 7713,"$5,500/month",['2048 GBMemory'],['2 x 480 GBSSD'],['25 TBBandwidth'] +Intel E-2288G,$350/month,['128 GBMemory'],['2 x 1.92 TBNVMe'],['10 TBBandwidth'] +Intel E-2388G,$350/month,['128 GBMemory'],['2 x 1.92 TBNVMe'],['10 TBBandwidth'] +AMD EPYC 7443P,$725/month,['256 GBMemory'],"['2 x 480 GBSSD', '2 x 1.92 TBNVMe']",['10 TBBandwidth'] +AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],"['2 x 480 GBSSD', '4 x 6.4 TBNVMe']",['15 TBBandwidth'] +AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],"['2 x 480 GBSSD', '4 x 6.4 TBNVMe']",['15 TBBandwidth'] +2 x AMD EPYC 7713,"$5,500/month",['2048 GBMemory'],"['2 x 480 GBSSD', '10 x 6.4 TBNVMe']",['25 TBBandwidth'] diff --git a/output.json b/output.json index fe7d417..e3a20e3 100644 --- a/output.json +++ b/output.json @@ -1 +1 @@ -[{"cpu": "Intel E3-1270", "monthly_cost": "$120/month", "memory": ["32 GBMemory"], "storage": ["2 x 240 GBSSD"], "bandwidth": ["5 TBBandwidth"]}, {"cpu": "Intel E-2286G", "monthly_cost": "$185/month", "memory": ["32 GBMemory"], "storage": ["2 x 960 GBSSD"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2288G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": [], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2388G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": [], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7443P", "monthly_cost": "$725/month", "memory": ["256 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "2 x AMD EPYC 7713", "monthly_cost": "$5,500/month", "memory": ["2048 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["25 TBBandwidth"]}] \ No newline at end of file +[{"cpu": "Intel E3-1270", "monthly_cost": "$120/month", "memory": ["32 GBMemory"], "storage": ["2 x 240 GBSSD"], "bandwidth": ["5 TBBandwidth"]}, {"cpu": "Intel E-2286G", "monthly_cost": "$185/month", "memory": ["32 GBMemory"], "storage": ["2 x 960 GBSSD"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2288G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": ["2 x 1.92 TBNVMe"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2388G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": ["2 x 1.92 TBNVMe"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7443P", "monthly_cost": "$725/month", "memory": ["256 GBMemory"], "storage": ["2 x 480 GBSSD", "2 x 1.92 TBNVMe"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD", "4 x 6.4 TBNVMe"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD", "4 x 6.4 TBNVMe"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "2 x AMD EPYC 7713", "monthly_cost": "$5,500/month", "memory": ["2048 GBMemory"], "storage": ["2 x 480 GBSSD", "10 x 6.4 TBNVMe"], "bandwidth": ["25 TBBandwidth"]}] \ No newline at end of file