pg_tileserv for PostgreSQL/PostGIS

From: Paul Ramsey <paul(dot)ramsey(at)crunchydata(dot)ca>
To: pgsql-announce(at)lists(dot)postgresql(dot)org
Subject: pg_tileserv for PostgreSQL/PostGIS
Date: 2020-03-05 23:13:02
Message-ID: CFA189B5-4FF0-435C-9419-7341A4BB4B30@crunchydata.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2020-03-08 22:08:33 == PostgreSQL Weekly News - March 8, 2020 ==
Previous Message Akshay Joshi 2020-03-05 11:29:44 pgAdmin 4 v4.19 released