https://github.com/binakot/postgresql-timescaledb-pipelinedb
PostgreSQL + TimescaleDB + PipelineDB docker image 🐘📈🔀
https://github.com/binakot/postgresql-timescaledb-pipelinedb
alpine docker-image hacktoberfest hacktoberfest-accepted pipelinedb postgresql timescaledb
Last synced: 3 months ago
JSON representation
PostgreSQL + TimescaleDB + PipelineDB docker image 🐘📈🔀
- Host: GitHub
- URL: https://github.com/binakot/postgresql-timescaledb-pipelinedb
- Owner: binakot
- License: mit
- Created: 2019-06-15T11:42:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T12:40:21.000Z (about 5 years ago)
- Last Synced: 2025-04-14T06:12:24.276Z (6 months ago)
- Topics: alpine, docker-image, hacktoberfest, hacktoberfest-accepted, pipelinedb, postgresql, timescaledb
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/binakot/postgresql-timescaledb-pipelinedb
- Size: 9.77 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL-TimescaleDB-PipelineDB
PostgreSQL + TimescaleDB + PipelineDB docker image 🐘📈🔀
Based on [Alpine Linux](https://alpinelinux.org).
Docker image with:
* [PostgreSQL](https://www.postgresql.org/)
* [TimescaleDB](https://www.timescale.com/)
* [PipelineDB](https://www.pipelinedb.com/)Current versions of components:
* PostgreSQL: **11.9** ([Source docker image](https://store.docker.com/images/postgres))
* TimescaleDB: **1.7.4** ([Release archive](https://github.com/timescale/timescaledb/releases/tag/1.7.4))
* PipelineDB: **1.0.0-13** ([Release archive](https://github.com/pipelinedb/pipelinedb/releases/tag/1.0.0-13))How to build:
```bash
$ docker build -t binakot/postgresql-timescaledb-pipelinedb .
```How to run:
```bash
$ docker run -d --name postgres -e POSTGRES_PASSWORD=postgres binakot/postgresql-timescaledb-pipelinedb
```You can also build and run the docker image using `docker-compose`
```bash
# Building Image
docker-compose build
# Running the postgres image
docker-compose up
```## IMPORTANT
PipelineDB has joined Confluent.
PipelineDB will not have new releases beyond 1.0.0, although critical bugs will still be fixed.
PipelineDB currently supports PostgreSQL versions 10.1, 10.2, 10.3, 10.4, 10.5, and 11.0 on 64-bit architectures.
PipelineDB is under maintenance and will not support PostgreSQL after version 11.Also you should check the `TimescaleDB` features with continues computing:
[https://docs.timescale.com/latest/using-timescaledb/continuous-aggregates](https://docs.timescale.com/latest/using-timescaledb/continuous-aggregates).