spring-data-mongodb
spring-data-mongodb copied to clipboard
Enable $out aggregation to push to time series collection.
see: https://www.mongodb.com/docs/v8.0/reference/operator/aggregation/out/#syntax
"timeseries": {
"timeField": "<field-name>",
"metaField": "<field-name>",
"granularity" : \\ "seconds" | "minutes" | "hours"
}
Can I contribute to this feature?
@HyunSangHan sure, a PR would be welcome.
@christophstrobl I just submitted a pull request. #4995