Use database triggers to publish changes to a dataset. This provides highly granular control out of the box, but has all the usual fragility issues associated with triggers. A more robust, but heavyweight, solution is to use change data capture.
1 min read
Use database triggers to publish changes to a dataset. This provides highly granular control out of the box, but has all the usual fragility issues associated with triggers. A more robust, but heavyweight, solution is to use change data capture.