scalyr / cloud-costs

Web-based tool for finding the cheapest cloud server for a given set of requirements
Apache License 2.0
88 stars 27 forks source link

hetzner.de sample .. #5

Closed ImreSamu closed 10 years ago

ImreSamu commented 10 years ago

I have created a sample google sheet about Hetzner.de

https://docs.google.com/spreadsheet/ccc?key=0AjqOAI3_oHWvdHdCaTdMMU1qRlByMGFka191R2hGaVE&usp=sharing

my problems:

so you have to check : http://www.hetzner.de/en/hosting/produktmatrix/rootserver-produktmatrix-ex

steve-scalyr commented 10 years ago

Thanks! Would you mind converting this into our JSON format? Submit a pull request, or just post the text and I'll move it into Github. You can look at https://github.com/scalyr/cloud-costs/blob/master/linode.js for an example.

Does Hetzner allow you to rent these servers by the hour? If not, then don't try to convert the price to hourly. Linode also rents by the month, so you can look at how we handled that. We listed an hourly rate of 0, an up-front cost equal to the monthly fee, and a lease term of 1 month.

For CPU cores: we don't have a good way of reconciling "cores" across server providers.

RAID: tracking this sort of information is outside the current scope of the project.