Skip to content

binakot/PostgreSQL-TimescaleDB-PipelineDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PostgreSQL-TimescaleDB-PipelineDB

PostgreSQL + TimescaleDB + PipelineDB docker image πŸ˜πŸ“ˆπŸ”€

Based on Alpine Linux.

Docker image with:

Current versions of components:

How to build:

$ docker build -t binakot/postgresql-timescaledb-pipelinedb .

How to run:

$ 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

# 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.