Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 479 Bytes

cockroach_utils

A (very) unorganized, loose collection of utilities and tools, mostly in Python, for working on/in CockroachDB.

Requirements

  • Python 3

Tools

  • cockroach.keys - a loose, limited port of pkg/keys in CockroachDB. For use in quick key conversions.
  • cockroach.utils.goroutine_parser - a tool for sifting through goroutine dumps and grouping running goroutines in a process.

Notes

More to come...