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

asked 3 years ago534 views
1 Answer
0

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

profile pictureAWS
Tim_C
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions