aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-07-05 13:00:31 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-07-05 13:00:31 +0000
commit0cc2abb2de08eabc14d69611f0613c16f0c39a9a (patch)
tree659a016f3e05bf863eede70a972b59801a650cf9 /databases/Makefile
parentfeb5a1f6a6b682ff2ec9f67c592931fbaf347282 (diff)
downloadports-0cc2abb2de08eabc14d69611f0613c16f0c39a9a.tar.gz
ports-0cc2abb2de08eabc14d69611f0613c16f0c39a9a.zip
databases/pg_tilserv: add new port
pg_tileserv is a PostGIS-only tile server written in Go. By restricting itself to only using PostGIS as a data source, pg_tileserv gains the following features: - Automatic configuration. The server can discover and automatically publish as tiles sources all tables it has read access to: just point it at a PostgreSQL/PostGIS database. - Full SQL flexibility. Using function layers, the server can run any SQL to generate tile outputs. Any data processing, feature filtering, or record aggregation that can be expressed in SQL, can be exposed as parameterized tile sources. - Database security model. You can restrict access to tables and functions using standard database access control. This means you can also use advanced access control techniques, like row-level security to dynamically filter access based on the login role. WWW: https://github.com/crunchydata/pg_tileserv/issues
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index a7d6db47bb01..5ab31e8e7d1b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -576,6 +576,7 @@
SUBDIR += pg_repack
SUBDIR += pg_similarity
SUBDIR += pg_stat_kcache
+ SUBDIR += pg_tileserv
SUBDIR += pgaccess
SUBDIR += pgadmin3
SUBDIR += pgbackrest