Skip to content

jsynowiec/tav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tav

The time-series data viewer, tav, is a simple, convenient terminal tool for viewing time-series data stored in JSON Lines (JSONL) format. It provides an easy-to-use interface for analyzing, filtering and querying the data, as well as some basic stats and aggregated metrics.

Run Locally

git clone https://github.com/jsynowiec/tav && cd tav
uv run tav

Usage

tav [INPUT] [OPTIONS]

Arguments:
  INPUT    Path to input JSONL file. Omit or use '-' for stdin.

Options:
  -h, --help            show this help message and exit
  --time-field FIELD
                        Dot-path to the timestamp field (e.g. timestamp or $.timestamp)
  --stats               Start in the stats view
  --version             show program's version number and exit

About

Simple, convenient terminal tool for viewing time-series data stored in JSON Lines (JSONL) format.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages