siddontang / keyvisual

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiDB KeyVisual

Visualization of the access mode of the key in the tidb cluster.

Run keyvisual

Required: go1.13.

Build and run:

cd keyvisual
go build .
./keyvisual --pd=http://127.0.0.1:2379 --tidb=http://127.0.0.1:10080

Open http://localhost:8000 in Browser.

About


Languages

Language:JavaScript 96.4%Language:Go 2.5%Language:CSS 0.7%Language:HTML 0.3%Language:Python 0.1%