loglabs/mltrace

Investigation for predefined component triggers

shreyashankar opened this issue · 0 comments

  • Making triggers
    • Where do we put the beforeRun and afterRun methods?
    • Where do we run these methods / triggers?
  • Executing triggers
    • How do we incorporate into the register decorator defined in client.py?
  • How to log trigger results
    • What new table(s) do we need to add to the database?
    • How do we add the new table(s)? (Alembic migration)
    • How do we add the results to our new table(s)?
    • Where will we put this logging functionality in the codebase?
  • How to query trigger results
    • What types of queries on the results will a user execute? Reading

Deliverable: Designdoc (see example)