Logical Replication
, which stream the change made into the database over a replication slot. We can use a multitude of plugins to format the output of this stream, but in our case we've chosen to use wal2json.INSERT, UPDATE, DELETE
that were captured in the WAL log and sends the event over WebSocket for any client listening to that event (change type and table).