Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adonig/tile-service

An OpenStreetMap vector tileserver made with Docker, Python and aiohttp 3.
https://github.com/adonig/tile-service

aiohttp docker openstreetmap python3 tileserver vector-tiles

Last synced: 25 days ago
JSON representation

An OpenStreetMap vector tileserver made with Docker, Python and aiohttp 3.

Awesome Lists containing this project

README

        

# tile-service

A vector tile server made with [aiohttp](https://aiohttp.readthedocs.io/en/stable/). It serves [Mapbox Vector Tiles](https://www.gdal.org/drv_mvt.html) 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).