# keyvisual **Repository Path**: mirrors_siddontang/keyvisual ## Basic Information - **Project Name**: keyvisual - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://localhost:8000) in Browser.