PGSync container images
7.2K
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
Content type
Image
Digest
sha256:67539e385…
Size
85.2 MB
Last updated
28 days ago
docker pull toluaina1/pgsync