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

gefragt vor 3 Jahren544 Aufrufe
1 Antwort
0

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

profile pictureAWS
Tim_C
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen