| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is a docker image, which includes a Transporter application with a predefined, parameterized pipeline definition.
The predefined pipeline migrates the current state of a PostgreSQL database into Elasticsearch, and then continues with syncing the changes too.
+----------+ +-------------+ +---------------+ | postgres |---->| transporter |---->| elasticsearch | +----------+ +-------------+ +---------------+
# build postgres-to-es transporter docker image
cd .deploy/transporter
docker build --tag=xmlking/postgres-to-es-transporter:latest .
# Tag
docker tag xmlking/postgres-to-es-transporter:latest xmlking/postgres-to-es-transporter:0.5.2
# Push
docker push xmlking/postgres-to-es-transporter:0.5.2
docker push xmlking/postgres-to-es-transporter:latestThe configuration parameters for run:
docker run -it --rm xmlking/postgres-to-es-transporter:latestdocker-compose up postgres
docker-compose up elasticsearch
docker-compose up kibana
docker-compose up transporter| Back | FazBrowse Home | New Git URL |