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

preguntada hace 3 años545 visualizaciones
1 Respuesta
0

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

profile pictureAWS
Tim_C
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas