21 ms·
Yes (sort of). This is just a bunch of triggers that populate audit tables. In Mongo you'd use change streams (https://docs.mongodb.com/manual/changeStreams/ ht
by windowsworkstoo 5y ago
Yes (sort of). This is just a bunch of triggers that populate audit tables. In Mongo you'd use change streams (https://docs.mongodb.com/manual/changeStreams/ https://docs.mongodb.com/manual/changeStreams/) which are based off the oplog.
Thus it requires a "replicaset" but it's fine to run a single node replicaset.