TimescaleDB + PostGIS (PG17)
PostgreSQL DB enabled with TimescaleDB and PostGIS
TimescaleDB
railwayapp-templates/timescale-postgis-ssl:pg17-ts2.17
Just deployed
/var/lib/postgresql/data
Overview
A clone of the official Railway TimescaleDB + PostGIS template, but using Railway's Postgres 17 image instead of 16.
PostgreSQL database service with TimescaleDB and PostGIS installed. Deployed with Railway's SSL-enabled image.
Note that postgis is installed but not enabled. To enable it, simply connect to the DB and execute CREATE EXTENSION postgis;
Versions
- PostgreSQL 16
- TimescaleDB 2.13
- PostGIS 3.4.1
Extensions
- TimescaleDB A time-series database built on top of PostgreSQL.
Engineered to efficiently handle resource-intensive workloads, like time series, event, and analytics data. Built on PostgreSQL, with expert support at no extra charge.
- PostGIS Extends PostgreSQL by adding support for storing, indexing, and querying geographic data.
PostGIS is an open source software program that adds support for geographic objects to the PostgreSQL object-relational database. PostGIS follows the Simple Features for SQL specification from the Open Geospatial Consortium
Template Content