#mongodb#changestreams are so easy I can describe how to try it in one tweet:
1. Open two terminal windows, mongosh each to a MongoDB cluster
2. mongosh1: w=https://t.co/DlaTC2gFpF()
3. mongosh2: db.col.insertOne({field:'value'})
4. mongosh1: w.tryNext()
https://t.co/yevWhIxahr
I'm going to record a podcast on @MongoDB aggregation pipeline. What do y'all most want to know about it? I'll try to work that in (or maybe the sequel cause there's so much to it!)