You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About the only doc on aggregates on mongodb via node-red is in a closed issue.
It would be useful to have some code examples.
I am making a big assumption: that the mongodb option in node-red on Bluemix is supported for use with mongodb on Compose and with the Time Series on Bluemix.
I think it should/ may be possible to provide a group parameter (without which AFAIK aggregates can't happen). I guess this could be done with an array or in a function.
so I tried adding this to my function:
The same thing happens without the $ signs that we need for mongo cli.
I think I should stop guessing and see if anyone has a suitable code example for aggregates, maybe to add to the documentation for the mongodb node help text.
Also, if my assumptions about mongo and time series are wrong it would be great to know.
Thx.
The text was updated successfully, but these errors were encountered:
About the only doc on aggregates on mongodb via node-red is in a closed issue.
It would be useful to have some code examples.
I am making a big assumption: that the mongodb option in node-red on Bluemix is supported for use with mongodb on Compose and with the Time Series on Bluemix.
I think it should/ may be possible to provide a group parameter (without which AFAIK aggregates can't happen). I guess this could be done with an array or in a function.
so I tried adding this to my function:
so the payload going into the aggregate option of the mongo node is:
This doesn't seem to be a good guess. I get:
The same thing happens without the $ signs that we need for mongo cli.
I think I should stop guessing and see if anyone has a suitable code example for aggregates, maybe to add to the documentation for the mongodb node help text.
Also, if my assumptions about mongo and time series are wrong it would be great to know.
Thx.
The text was updated successfully, but these errors were encountered: