billingross / trellis-v2

MIT License
0 stars 0 forks source link

Modelling database triggers #27

Open billingross opened 2 months ago

billingross commented 2 months ago

Overview

My ideal situation is to use native database triggers so that I can avoid doing the additional lookup step after a node or relationships has been created or updated. And all triggers would be based on nodes or relationships (as they currently are).

Questions

Example workflows

Example workflow 1

Example workflow 2

Right now I'm kind of hacking together steps because I don't have the native database triggers I would ideally want, but I think that's fine.

Proposals