eBPFDevSecTools / opened

OPENED Tool to extract specific eBPF functions from large monoliths (tested on Katran, Mizar, Cilium..)
Apache License 2.0
12 stars 6 forks source link

store comments in tinydb #53

Closed palanik1 closed 1 year ago

palanik1 commented 1 year ago

Store annotator comments in tinydb

palanik1 commented 1 year ago

@sdsen q

hey .. this is coolbeans :-).

  1. So, do we need to change the install scripts as well to have tinydb install in place ? If so, please add that to this PR as well.
  2. How hard will it be to use sqlite db instead? that way we do not use 2 different dbs.
  1. This PR Fixes the dockerfile tinydb dependency.
  2. sqlite afaik is a relational db. tinydb is a no-sdl db that should be easy to store and query json data as we add additional capabilities and other fields to the comments.