dyu / ck

CockroachDB Key Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ck

ck is a viewer for CockroachDB keys. It can connect to an insecure node and display a web frontend for the KV layer.

installation

go get github.com/mjibson/ck

usage

Run ck, then open http://localhost:2015.

development

  1. Install JavaScript dependencies: npm install.
  2. Install modd: go get github.com/cortesi/modd.
  3. Run modd in the ck directory. This will watch and recompile Go and JS as needed.

To regenerate the static assets in static.go:

  1. Install esc: go get github.com/mjibson/esc.
  2. Run go generate to recompile the static assets.

About

CockroachDB Key Viewer


Languages

Language:Go 96.2%Language:JavaScript 3.6%Language:HTML 0.2%