dream-lab / ElfStore

ElfStore: Edge local federated Store
Apache License 2.0
3 stars 2 forks source link

Add support for updating the block data #40

Open skmonga opened 5 years ago

skmonga commented 5 years ago

This new feature allow updates for the data using FindBlock setting the force flag to true (details at #39). All replicas are fetched and their content is updated. The block should also maintain block version number as an internal property.

skmonga commented 5 years ago

Similar reflection mechanism for semantic checking as for StreamMetadata with separation of updatable and static properties.