Sign inSign up

datacatering/maestro

By datacatering

•Updated about 2 years ago

Maestro (from Netflix) Docker image

Image
Integration & delivery
Monitoring & observability
1

1.7K

datacatering/maestro repository overview

Maestro (from Netflix) Docker image.

Built from this GitHub repository⁠.

⁠Run

By default, it uses CockroachDB as a database. So you will need to run CockroachDB first and setup a database first.

docker run \
  --name maestro \
  --network host \
  -p 8080:8080 \
  -e CONDUCTOR_CONFIGS_JDBCURL=jdbc:postgresql://localhost:26257/maestro \
  -e CONDUCTOR_CONFIGS_JDBCUSERNAME=root \
  datacatering/maestro:0.1.0

Can also run via insta-infra⁠⁠:

./run.sh maestro

Tag summary

Content type

Image

Digest

sha256:c2f0fd6fe…

Size

292.1 MB

Last updated

about 2 years ago

docker pull datacatering/maestro:0.1.0