martin/README.md

14 lines
936 B
Markdown
Raw Normal View History

2022-12-29 06:34:31 +03:00
![Martin](https://raw.githubusercontent.com/maplibre/martin/main/logo.png)
2017-10-09 14:29:03 +03:00
[![CI](https://github.com/maplibre/martin/workflows/CI/badge.svg)](https://github.com/maplibre/martin/actions)
![Security audit](https://github.com/maplibre/martin/workflows/Security%20audit/badge.svg)
[![Docker pulls](https://img.shields.io/docker/pulls/maplibre/martin.svg)](https://hub.docker.com/r/maplibre/martin)
2017-10-15 14:48:23 +03:00
2018-10-20 12:24:28 +03:00
Martin is a [PostGIS](https://github.com/postgis/postgis) [vector tiles](https://github.com/mapbox/vector-tile-spec) server suitable for large databases. Martin is written in [Rust](https://github.com/rust-lang/rust) using [Actix](https://github.com/actix/actix-web) web framework.
2017-10-09 14:29:03 +03:00
2022-12-29 06:34:31 +03:00
---
2022-12-29 06:34:31 +03:00
* See [documentation](https://github.com/maplibre/martin/tree/v0.6#readme) for v0.6 (latest stable).
2022-12-29 06:34:31 +03:00
* If you want to see our unreleased version documentation, go [here](https://github.com/maplibre/martin/blob/main/README-main.md), but it may change.