Hacker News new | ask | show | jobs
by windowsworkstoo 1692 days 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/) which are based off the oplog.

Thus it requires a "replicaset" but it's fine to run a single node replicaset.