sageserpent-open / plutonium

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

Write copy about Plutonium #20

Closed sageserpent-open closed 8 years ago

sageserpent-open commented 8 years ago

Having attempted to provide an example of Plutonium modelling a customer account for an electricity utility, it's now apparent that a scope needs to be able to provide time series from bitemporal values as well as rendering values at a specific time.

Furthermore, if we want to go the road of constructing arbitrarily complex queries, then the result of a scope rendering / making a time series from a bitemporal should be a query - a monadic, or possibly just an applicative value that allows the result of an intermediate query to build a more complex query.

sageserpent-open commented 8 years ago

In the meantime, let's stick with the notion of rendering a value a a point in time from a scope and get an example for that.

sageserpent-open commented 8 years ago

Got the documentation out as a GitHub gist: https://gist.github.com/sageserpent-open/dd1c42b997b54a75eee575aca75b5fe7. Also update the usual README.md file in tandem.