tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

Table Format #72

Closed mavam closed 8 months ago

mavam commented 1 year ago

We currently have JSON as default output on the terminal. It would be nice to simply render a textual table. Especially when looking at data frames, JSON is very unhelpful. Tools like pandas and polars provide a much more convenient representation.

### Tasks
- [x] Render single table with fixed schema
- [x] Support multiple tables with different schemas, real-time and cumulative
- [ ] Create plugin that depends on `tui`
- [ ] Judiciously use `table` output in docs
- [ ] https://github.com/tenzir/issues/issues/790
- [ ] https://github.com/tenzir/issues/issues/1165
dominiklohmann commented 8 months ago

Closing; Matthias plans to continue working on this "over the weekends," and this is not really something that we can feasibly schedule right now.