sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Provide a time series query #34

Open sageserpent-open opened 8 years ago

sageserpent-open commented 8 years ago

There is a subtlety - do we provide the times when the value could change due to some underlying event, or filter this down to when the value actually changes to something different?

Thinking about issue #35, it looks like the former is the way to go - I suppose that client code can go to the trouble of filtering out parts of the series where the value doesn't actually change.