spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Enable $out aggregation to push to time series collection.

Open christophstrobl opened this issue 6 months ago • 3 comments

see: https://www.mongodb.com/docs/v8.0/reference/operator/aggregation/out/#syntax

"timeseries": {
    "timeField": "<field-name>",
    "metaField": "<field-name>",
    "granularity" : \\ "seconds" | "minutes" | "hours" 
}

christophstrobl avatar May 28 '25 13:05 christophstrobl

Can I contribute to this feature?

HyunSangHan avatar May 28 '25 17:05 HyunSangHan

@HyunSangHan sure, a PR would be welcome.

christophstrobl avatar Jun 03 '25 13:06 christophstrobl

@christophstrobl I just submitted a pull request. #4995

HyunSangHan avatar Jun 06 '25 06:06 HyunSangHan