Vector tile server hardware requirements
Hi there,
I'm planning to create my own tile server to allow customize style and also allow me to get the vector tiles instead of raster tiles. But my budget is limited, so I want to know the minimum hardware requirement of **vector tiles** server.
I read some Q&A like this, but all about raster tiles, not vector tiles.
If I understand right, the vector tiles server will lighter than raster because it can serve the vector directly to client without render (https://github.com/osm2vectortiles/osm2vectortiles/issues/457), then client can use Leaflet of OpenLayer to style and display them.
So below are jobs that I think my server will do:
- Import/Sync data from OSM to postgresql using osm2pgsql (Maybe one time each month for Asia and America only).
- Pre-create vector tiles for above data (I'm not sure I need this step or not).
- Serve vector tiles to client on request.
With above jobs, please help to let me know the minimum hardware requirement. Thank you so much!
Additional, I researched two days and it seems that all the free tile servers only served raster tiles (http://leaflet-extras.github.io/leaflet-providers/preview/). That is why I must create a tile server myself with a limited budget:sad: