Hermes MongoDB

⚙️ Install

npm i @arturwojnar/hermes @arturwojnar/hermes-mongodb

📒 API

See the full docs.

⚠️ Caveats

The implementation is based on the MongoDB Change Streams, so internally the oplog is used.
The oplog gets removed if it passes the specified time period or if the oplog reaches the maximum size.
So, if your event are not processed successfully by then, you will loose them.

See the official docs.