MongoDB lookup join between string and UUID
I am trying to use mongo lookup operator to join data between two collections. I have a collection named parks looking { "_id": { "$binary": { "base64": "5y1dpNaZSEOTJiace1Ta2A==", "subType": "04" } }, "parkID": "9c98c8ee-17a6-4db7-8115-c55fa470480d", } I have another collection named…