tarutin / hovrly

Hovrly — best partner for disctributed teams
https://hovrly.com
MIT License
125 stars 3 forks source link

Should cities data get served over HTTPS #35

Closed geftactics closed 1 month ago

geftactics commented 1 month ago

I can see that city data comes from a mysql server (3306), which gets blocked by many corporate firewalls and VPNs... Also presumably ££$$ to operate.

json version of this data is currently 13MB, gzipped is 4.5k - So easily downloadable by the client.

Could potentially then just locally search the json? It's not a frequent activity, so the processing overhead shouldn't be a big issue?

This would allow the file to be served up from github/github-pages, or even just bundled with each release - eliminating issues of search not working for people.

Just a thought!

tarutin commented 1 month ago

@geftactics thanks for idea!