1. Pull docker image and run container:
docker pull bsdelf/tikv-browser
docker run --name tikv-browser -p 3000:3000 bsdelf/tikv-browser:latest
2. Open http://localhost:3000 in your browser.
3. Click the plus button on the sider to create a new profile.
4. Hover on the newly created profile, click the primary button.
5. Enjoy.
- Raw key-value API is not implemented, therefore you can only search transactional key-values for now.
- Update profiles won't affect existing connection tabs.
- If the endpoints are invalid or unreachable, the connection will stuck for a while. So if you want to recover immediately, just restart the docker container and refresh the browser.