- clone jaeger code
git clone https://github.com/jaegertracing/jaeger.git
- create schema
need cqlsh install first
MODE=test sh ./plugin/storage/cassandra/schema/create.sh | cqlsh
- docker-compose
docker-compose up -d
- view UI webpage
open http://hostip:16686