Is there a tech writeup on how the site was built? What software is behind the faceted search? The site and search experience is fast and I'd love to learn more about how it was built.
Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
41–50 of 89 posts
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#42Is there a tech writeup on how the site was built? What software is behind the faceted search? The site and search experience is fast and I'd love to learn more about how it was built.
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#43Looks good, congrats! It would be awesome if you could include links for testing speed and latency for each provider (when available).
Thank you! Unfortunately, I haven't found many providers offering this, but I'll look into adding it for the ones that do. In the meantime, you could ping their domain name to get a rough idea (if they don't use CloudFlare or block ICMP) and contact their sales team to see if they can hook you up with something more accurate.
- https://www.linode.com/speedtest - https://www.futurehosting.com/network-test-files/ - https://speed.hetzner.de/ - https://turnkeyinternet.net/speed-test/
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#44On that note- are database systems now able to make better use of ssd's? Most optimizations centered around contiguous storage in hdd era.
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#45Question for hosting and db experts- should one go for ssd or HD when hosting? I'd think HD is better because you can anticipate failure using smart. Ssd has the advantage of being faster to load data. On that note- are database systems now able to make better use of ssd's? Most optimizations centered around contiguous storage in hdd era.
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#46Is there a tech writeup on how the site was built? What software is behind the faceted search? The site and search experience is fast and I'd love to learn more about how it was built.
Not yet! We've actually switched stacks and rewritten the backend a few times already, which might make for a great future story. I'll try to make some time after our upcoming server migration. :)
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#47Is there a tech writeup on how the site was built? What software is behind the faceted search? The site and search experience is fast and I'd love to learn more about how it was built.
With only ~11,000 entries and what looks to be a pretty defined set of searchable fields, it should be a simple setup. I'd guess the search is powered by either Elasticsearch or Postgres/MySQL. I think the more interesting part of the product is going to be the procurement of available servers which I don't have any guesses outside of public API's + web scraping to do that.
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#48Is there a tech writeup on how the site was built? What software is behind the faceted search? The site and search experience is fast and I'd love to learn more about how it was built.
It looks to me like the default result set has 11k or so documents, which is very small. A couple of years ago I helped build a specialized vertical search engine that provided faceted search over a similarly-sized dataset. We used django on the front end with elasticsearch on the backend, and it was blazingly fast. I credit our talented django developer with the speed and fluidity of the front end, and I credit elas…
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#49Most VPS hosters "share" CPU time between users on a host server (Which mean CPU type/speed doesn't mean much). So it would be great if you could filter for that on serverhunter to paint a fair(er) picture, because a few hosters give dedicated cores by default. When we tried benchmarks on the Hetzner Cloud we found that some servers had as low as 10% max CPU on a crowded host server, which makes sense as to why they…
That makes sense! Unfortunately, it'll be hard to obtain benchmarks for every plan with every provider, and it'll be even harder to get enough benchmarks with each provider to paint an accurate picture. Even with the same provider, there can be massive differences between VPSs, it just depends whether you end up on an idle host node with no noisy neighbors or one where everyone is busy mining their favorite cryptocur…
Re: Show HN: Server Hunter – Easily browse over 11,000 VPS and Dedicated Servers
#50How did you collect all this data? How do you keep it updated?
Custom crawlers, API implementations and lots of automation. Like most search engines, it's not flawless, but it's getting better every day. :)