jaracil / nexus

Distributed RPC system
Other
11 stars 2 forks source link

Data storage & changes subscription #5

Open dpecos opened 8 years ago

dpecos commented 8 years ago

I would be really nice to have a way to store data and subscribe to changes that are applied to it, so any subscriber would be able to react to those changes without actively polling them.

Also during an startup it would be necessary to fetch latest full snapshot of a data store, and from that point on, to be subscribed to any further changes as described before.

jaracil commented 8 years ago

Hi.

Mmmm. I'm thinking about this issue. I'm not sure if adding a persistence layer is out of scope Nexus competences. But it will be useful for some applications.

I continue thinking about it.

Thanks.