How to implement recursive query on documentDB?

1

Hi,

I've created a recursive query on my local mongoDB, using $graphLookup, $map and some more aggregations features.
Unfortunately, when I tried to run the same query on documentDB I've found out that most of the features I used for the query are not supported.
Is there any possible way to create a recursive query using documentDB?

Thanks

已提問 3 年前檢視次數 545 次
1 個回答
0

Currently you'll need to implement recursion via your client application.

profile pictureAWS
Tim_C
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南