Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 499 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 499 Bytes

tile-service

A vector tile server made with aiohttp. It serves Mapbox Vector Tiles from an MBTiles SQLite database file.

Because it is asynchronous, it can handle heavy load and does even better behind a load balancer and a cache (i.e. an AWS API Gateway).

I began adding fontstack support, but stopped working on it, when I realized it is possible to do everything serverless (cheaper and easier to maintain).