You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I've wanted for a while now was the ability to "pipeline" rules, that is, build rules by chaining multiple rules together. After all, the data coming out of data sources in a rule are of the same kind of shape as what ultimately gets served.
Turns out there is a blatantly simple solution to this: Just make a new backend type that fetches data from a rule, sort of like an internal subrequest. Something like:
Something I've wanted for a while now was the ability to "pipeline" rules, that is, build rules by chaining multiple rules together. After all, the data coming out of data sources in a rule are of the same kind of shape as what ultimately gets served.
Turns out there is a blatantly simple solution to this: Just make a new backend type that fetches data from a rule, sort of like an internal subrequest. Something like:
The text was updated successfully, but these errors were encountered: