pg_tileserv for PostgreSQL/PostGIS - Mailing list pgsql-announce

From Paul Ramsey
Subject pg_tileserv for PostgreSQL/PostGIS
Date
Msg-id CFA189B5-4FF0-435C-9419-7341A4BB4B30@crunchydata.ca
Whole thread Raw
List pgsql-announce
Crunchy Data [1]  is pleased to announce the initial release of pg_tileserv [2].

pg_tileserv [4] 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.

The pg_tileserv is made available under the Apache 2.0 License.

The team behind pg_tileserv welcomes questions, issues and contributions.
Please use the projects Github Issues [3] to coordinate.

Crunchy Data is proud to support the development and
maintenance of pg_tileserv.

### Links

[1] Crunchy Data https://www.crunchydata.com
[2] GitHub https://github.com/crunchydata/pg_tileserv
[3] Issues https://github.com/crunchydata/pg_tileserv/issues
[4] Documentatio https://access.crunchydata.com/documentation/pg_tileserv






pgsql-announce by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v4.19 released
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - March 8, 2020 ==