Getting Started Install Dgraph with docker Mar 9, 2022 1 min read Official docker images Github open source code Install with docker-composite, docker-compose.ymlConfig documents version: "3.2" services: zero: image: dgraph/dgraph:latest volumes: - /tmp/data:/dgraph ports: - 5080:5080 - 6080:6080 restart: on-failure command: dgraph zero --my=zero:5180 alpha: image: dgraph/dgraph:latest volumes: - /tmp/data:/dgraph ports: - 8080:8080 - 9080:9080 restart: on-failure command: dgraph alpha --my=alpha:7080 --zero=zero:5080 ratel: image: dgraph/ratel ports: - 8000:8000 command: dgraph-ratelBashCopyStart with docker-compositedocker-compose up -dBashCopyAccess http://:8000 Getting Started
Getting Started Install kafka cluster The prerequisite: before you can install kafka you are required java jdk8+
Getting Started Install zookeeper cluster with docker Start docker on each node, change ZOO_MY_ID accordingly sudo docker
Getting Started Install Emqx with docker Firewall configurations, disable firewalld for quick in this example, you might want