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
Extend OutOperation to support MongoDB time series collections with
configurable time field, metadata field, and granularity options.
Reuse existing Granularity enum and TimeSeriesOptions class for consistency.
- Add timeseries() methods to OutOperation for fluent API
- Add static factory methods outToTimeSeries() to Aggregation class
- Support both simple and extended $out syntax for time series
- Include comprehensive test coverage with 9 new test cases
spring-projectsGH-4985
HyunSangHan
added a commit
to HyunSangHan/spring-data-mongodb
that referenced
this issue
Jun 4, 2025
Extend OutOperation to support MongoDB time series collections with
configurable time field, metadata field, and granularity options.
Reuse existing Granularity enum and TimeSeriesOptions class for consistency.
- Add timeseries() methods to OutOperation for fluent API
- Add static factory methods outToTimeSeries() to Aggregation class
- Support both simple and extended $out syntax for time series
- Include comprehensive test coverage with 9 new test cases
spring-projectsGH-4985
see: https://www.mongodb.com/docs/v8.0/reference/operator/aggregation/out/#syntax
The text was updated successfully, but these errors were encountered: