Sign inSign up

toluaina1/pgsync

By toluaina1

Updated 28 days ago

PGSync container images

Image
Developer tools
Databases & storage
1

7.2K

toluaina1/pgsync repository overview

This is the official image by the creator of PGSync (Tolu Aina) for the middleware you're referencing (Postgres/MySQL/MariaDB → Elasticsearch/OpenSearch).

docker pull toluaina1/pgsync:latest

docker run --rm -it \
  -e REDIS_CHECKPOINT=true \
  -e REDIS_HOST=<redis_host> \
  -e PG_URL=postgres://<user>:<pass>@<pg_host>/<db> \
  -e ELASTICSEARCH_URL=http://<es_host>:9200 \
  -v "$(pwd)/schema.json:/app/schema.json" \
  toluaina1/pgsync:latest -c schema.json -d -b
  • Built-in support for WAL-based change capture
  • Requires Redis for checkpointing
  • Exposes full PGSync CLI options inside container

Tag summary

Content type

Image

Digest

sha256:67539e385

Size

85.2 MB

Last updated

28 days ago

docker pull toluaina1/pgsync