Is there any ways I can use mongo triggers without Atlas

I need mongo to run in multiple dedicated machines and form my own cluster instead of an atlas cluster

I need to run triggers to do some custom logic to update other collections based on some updates in a specific collection

I am not getting any mongo triggers that can run without being linked to an atlas cluster. Any suggestions?

Hi,
You might want to look at Change Streams.
Good luck,
Rafael,

2 Likes