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

feita há 3 anos544 visualizações
1 Resposta
0

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

profile pictureAWS
Tim_C
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas