Basic Go server for mbtiles
Go to file
2014-11-13 06:38:43 -08:00
blank.png Initial commit 2014-10-31 21:10:50 -07:00
LICENSE Create LICENSE 2014-11-13 06:38:43 -08:00
main.go Added goji, bit of cleanup, added services endpoint 2014-11-13 06:25:55 -08:00
README.md Updated readme with new dependencies 2014-11-13 06:35:52 -08:00

mbtileserver

Basic Go server for mbtiles.

Objective

Provide a very simple Go-based server for map tiles stored in *.mbtiles files.

Dependencies

Work in progress

This project is very much a work in progress. Stay tuned!

Notes

Currently using groupcache for in-memory caching and coordination of database reads. May replace with goji caching middleware to keep this stack more self-contained. TBD.