I have been doing this in emacs org mode for years i.e. reading from database and plotting the results along with documentation in single org file which is version controlled using git, how is this different? I can also export to html and share with others. something like this #+begin_src emacs-lisp (require 'ob-sqlite) #+end_src #+RESULTS: : ob-sqlite * Headline 1 * Headline 2 #+begin_src sqlite :db users.db :colnam…
This looks already way more complicated than "Evidence". OP wrote that people have been doing similar things for a long time. They are aiming to standardize and polish this approach.
1. here is plot equivalent of evidence #+plot: set:"xlabel 'day_of_year '" set:"ylabel 'cum_vol'"
2. sql equivatent, note that org mode also supports other languages i.e. python/bash etc. that is the reason you need to specify sqlite here #+begin_src sqlite :db users.db :colnames yes select count() as total_calls, countif(timestamp_diff(current_timestamp(), created_date, day) ```summary select count() as total_calls, countif(timestamp_diff(current_timestamp(), created_date, day) 3. Document * Recent Call Volume Spikes # Recent Call Volume Spikes