A stream processor for mundane tasks https://www.benthos.dev/
5M+
Docker image for Benthos
# Using a config file
docker run --rm -v /path/to/your/config.yaml:/benthos.yaml jeffail/benthos
# Using a series of -s flags
docker run --rm -p 4195:4195 jeffail/benthos \
-s "input.type=http_server" \
-s "output.type=kafka" \
-s "output.kafka.addresses=kafka-server:9092" \
-s "output.kafka.topic=benthos_topic"
Content type
Image
Digest
sha256:7949a2219…
Size
44.3 MB
Last updated
over 2 years ago
docker pull jeffail/benthos