Create a utility that can convert Obojobo events into corresponding Caliper events on demand. #1906
FrenjaminBanklin
started this conversation in
Ideas
Replies: 1 comment
-
For example, something like this might live in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Obojobo will currently create Caliper events matching Obojobo events as those events occur, writing all of the necessary data into the various relevant tables and also writing a row into the
caliper_store
table after processing an event or Express request object through this code and, if the event has a corresponding Express request, this code.Currently this data is not being used, and is in fact causing significant database bloat. Instead, it would be nice to have a
convert_obojobo_event_to_caliper_event
utility that could convert existing Obojobo events into Caliper events on demand instead of maintaining a costly database table that potentially goes unused.Beta Was this translation helpful? Give feedback.
All reactions