plasmidhq / plasmid

A browser database with optional multi-device syncronization
http://plasmid.readthedocs.org/en/latest/
30 stars 1 forks source link

Aggregate objects #9

Open ironfroggy opened 11 years ago

ironfroggy commented 11 years ago

Provide helpers to implement aggregate objects safely updated from multiple devices

Use Cases:

These will be helpers built on top of persisted Views, to provide easy ways to modify device-data and sync with other devices, even if they're modifying the same structures. The devices will modify their local contributions, and the view will generate the aggregate.

These will be defined as stores, with an extension. The extension will

Examples