https://github.com/iwillig/spatial-server
https://github.com/iwillig/spatial-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwillig/spatial-server
- Owner: iwillig
- Created: 2024-08-23T23:05:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T00:45:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T13:06:13.966Z (over 1 year ago)
- Language: Clojure
- Size: 7.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spatial Server
## Introduction
A JVM based tile and feature server based on PostgreSQL and
PostGIS. This tool is inspired by
[pg_featureserv](https://github.com/CrunchyData/pg_featureserv) and
[pg_tileserve](https://github.com/CrunchyData/pg_tileserv) by CrunchData.
This tool is designed to be easy to deploy and run in your cloud
infrastructure. All you need is a system that can run Java 11 and
PostgreSQL. Spatial Server takes care of the rest.
Spatial Server implements several of the latest OCG standards,
including the **OGC Feature Service**, the **OGC Tile Serve API** and the **OGC
Processing API**.
The combination of these three API should give users the ability to
edit, render and analysis spatial information.
Spatial Server also exposes its internal metrics via [Open
Telemetry](https://opentelemetry.io/) (OTEL). This will allow you to
monitor your server via open source and standard tools.
## Develop
## Install