Sign inSign up

dortort/transporter

By dortort

Updated over 10 years ago

Dockerized Compose Transporter ETL

Image
0

666

dortort/transporter repository overview

Docker Transporter

Docker Image for compose/transporter.

This image is available for pulling from Docker Hub.

Launch this container with the following environment variables to suit your situation:

  • PIPELINE (the inline application.js)
Running this container

Running this container is as simple as running the following command:

docker run -d \
    -e PIPELINE="Source({type: \"mongo\", uri:\"mongodb://user:[email protected]:9999\", namespace: \"db.collection\", tail: true}).save({type: \"elasticsearch\", uri: \"http://10.10.16.20:80/\", namespace: \"search.doc\"})" \
    dortort/transporter:latest

Tag summary

Content type

Image

Digest

Size

90.8 MB

Last updated

over 10 years ago

docker pull dortort/transporter