Can osquery-go be used to write `_event` based tab...
# extensions
c
Can osquery-go be used to write
_event
based tables? If so, is there any example code?
a
It is not possible to access RocksDB, so you would have to implement your own pub/sub
The Go extension could create its own ring-buffer for every table, then the table plugin would just take the data from there when the generate() is called