Sign inSign up

andruche/greenplum

By andruche

Updated 8 months ago

GreenPlum cluster (6/7 versions, 2,4,8-segments), fast start ~ 2-3 sec, apple m1/m2 cpu support

Image
17

100K+

andruche/greenplum repository overview

Usage

# run stable version:
$ docker run --name gp7 -p 5432:5432 -d andruche/greenplum:7
$ docker run --name gp7 -p 5432:5432 -d andruche/greenplum:7-4seg
$ docker run --name gp7 -p 5432:5432 -d andruche/greenplum:7-8seg
$ docker run --name gp6 -p 5432:5432 -d andruche/greenplum:6
$ docker run --name gp6 -p 5432:5432 -d andruche/greenplum:6-4seg
$ docker run --name gp6 -p 5432:5432 -d andruche/greenplum:6-8seg

# access without password by default
$ psql -U gpadmin -d postgres

Difference from datagrip/greenplum:

  • Fast start (~ 2 sec) due to pre-initialization of the cluster on build stage
  • Support Apple M1 processor
  • Correct stop
  • Printing greenplum logs to container logs
  • Half the size thanks to multi-stage builds

Source

https://github.com/andruche/docker-greenplum

Tag summary

Content type

Image

Digest

sha256:616f23472

Size

118.7 MB

Last updated

8 months ago

docker pull andruche/greenplum:7