consbio / mbtileserver

Basic Go server for mbtiles
ISC License
657 stars 104 forks source link

mbtileserver vs Martin Comparison? #170

Closed koufopoulosf closed 1 year ago

koufopoulosf commented 1 year ago

Hello all,

Thanks for your valuable contribution. May I please ask you how does this mbtileserver compares to Martin ? Is it a faster MBTiles server than Martin or it is not intented to be used in production environments?

Thanks in advance for your time.

brendan-ward commented 1 year ago

I personally have not compared this to Martin; perhaps other mbtileserver users have? Among other things, mbtileserver is focused exclusively on serving mbtiles files, whereas Martin supports a wider range of data sources. It looks like mbtiles support in Martin is fairly new, but I can't speak to how the performance or stability compares. If you do a comparison, please share the results!

I've been using mbtileserver in production environments for years and it has been solid, but I'm using pre-built tilesets and in environments that do not have a huge number of tilesets or massive number of concurrent requests.

koufopoulosf commented 1 year ago

@brendan-ward Thank you very much for your detailed reply! I appreciate it!