Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xbgmsharp/timescaledb-postgis
postgres-timescaledb-postgis
https://github.com/xbgmsharp/timescaledb-postgis
postgis postgresql timescaledb
Last synced: about 1 month ago
JSON representation
postgres-timescaledb-postgis
- Host: GitHub
- URL: https://github.com/xbgmsharp/timescaledb-postgis
- Owner: xbgmsharp
- License: apache-2.0
- Created: 2022-04-09T19:07:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T11:22:16.000Z (about 1 month ago)
- Last Synced: 2024-12-06T12:25:11.378Z (about 1 month ago)
- Topics: postgis, postgresql, timescaledb
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 11
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Docker Image](https://github.com/xbgmsharp/timescaledb-postgis/actions/workflows/docker-image.yml/badge.svg)](https://github.com/xbgmsharp/timescaledb-postgis/actions/workflows/docker-image.yml)
[![Test Docker Image](https://github.com/xbgmsharp/timescaledb-postgis/actions/workflows/docker-test.yml/badge.svg)](https://github.com/xbgmsharp/timescaledb-postgis/actions/workflows/docker-test.yml)# timescaledb-postgis
PostgreSQL with TimescaleDB extension along with the PostGIS and pg_cron extension. https://hub.docker.com/r/xbgmsharp/timescaledb-postgis
This Docker image is derived from the official PostgreSQL image and includes Debian Linux as its operating system.
Provide an alternative to the deprecated image, https://hub.docker.com/r/timescale/timescaledb-postgis and add multi architecture support.
Packages are install using deb files provided by the respective components maintainers.
Multi arch (linux/amd64,linux/arm64) postgres-timescaledb-postgis. There are no deb files available for timescaledb-toolkit on other architectures.
The latest release based on the latest PostgreSQL, tag: `postgres:latest`.
The image is updated weekly to keep up to date the system and the components.
From postgres:latest (Debian) with
+ timescaledb
+ timescaledb-toolkit (not multi-arch)
+ postgis
+ plpython3
+ pg_cron
+ pgvector
+ MobilityDBPostgreSQL: https://hub.docker.com/_/postgres
Timescaledb: https://packagecloud.io/timescale/timescaledb
Postgis: https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt
pg_cron: https://github.com/citusdata/pg_cron
pgvector: https://github.com/pgvector/pgvector
MobilityDB: https://github.com/MobilityDB/MobilityDB