crate / crate-benchmarks

A collection of CrateDB benchmarks.
8 stars 4 forks source link

Remove jupyter notebooks #260

Closed mfussenegger closed 2 years ago

mfussenegger commented 2 years ago

Summary of the changes / Why this is an improvement

We don't really use them for visualization but instead use Grafana. This removes them + the dependencies

(The motivation for this is a bit selfish, in my tooling setup I detect if black is available and if so use. We don't use black here so I ended up reformatting files that shouldn't be reformatted. Turns out black was pulled in by jupyter)

Checklist