|
|
|
|
|
by dionhaefner
2753 days ago
|
|
Inspired by Mapbox' rio-tiler [1], we wanted to build a modern tile server on the Python geo-stack that is optimized for AWS λ deployments (and that makes it beyond the proof-of-concept stage). The result is Terracotta, and I'm really happy with it, so I thought HN might appreciate it, too. Cold start times on AWS λ are as bad as expected, but once you got a sufficient number of instances running, it actually performs really well (mostly because loading a tile cover is so embarrassingly parallel). Besides that, Zappa [2] does a great job at taking the pain out of the AWS λ deployments and dependency management, so if you don't know that project yet I'd highly recommend you check it out. [1] https://github.com/mapbox/rio-tiler [2] https://github.com/Miserlou/Zappa |
|