|
|
|
Ask HN: How to make a globally fast search engine without using AWS?
|
|
1 points
by aw123
658 days ago
|
|
Forgive me as I'm sort of a novice but after looking at how sluggish some of the small search engines like Kagi are compared to Google or DDG I've been thinking about what the best most cost effective way for a single person/small team to build an app that is low latency across the world without breaking the bank and without relying heavily on the big cloud providers. If we only have one database in one location then that wouldn't work, right? We'd need a distributed solution so what could we use? For serverless functions to start maybe we use Cloudflare workers? Maybe we'd then have a strategy for moving off cloud and towards buying/renting more datacenter space as we scale? I'm interested in hearing thoughts about this. If you were to build a fast search engine that could scale to millions of users today, how would you do it? |
|
Issue with search is there's a lot of data, and a lot of compute to run over it, so you end up replicating PBs just to reduce latency.