-
Notifications
You must be signed in to change notification settings - Fork 1
Sensemaker As a Mixin Zome Instead of Stand-alone Cell? #56
Comments
See these user stories as related explorations to this query: |
I don't think there's any particular reason not to deploy Sensemaking data locally adjacent to Resources (which, in our current terminology, is essentially what this is saying). Question: can Cells be dynamically composed from zome WASMs at runtime within the NH Launcher application? ^that's about the only practicality concern. Migration complexity is another, but I imagine that the Sensemaker integrity zome structs wouldn't change all that often since Assessments and Dimensions are such integral concepts in the design. I also like this arrangement from the design perspective of 'locally-adjacent context'. Most of the more complex logic in hREA is in supporting libraries for managing associative indexes, temporal indexing and history retrieval behaviours. It was always crucial that the additional context for such information be provided equally to anybody with access to the unindexed content-addressable entries themselves. When such inference capabilities are externalised I believe you end up with power imbalances in the network architecture and groups forming their own external contexts as invisible 'power over' the content in shared layers of a distributed data lake. Still, maybe there are contexts within which these data arrangements make sense. We could explore this as 'detachable' shared Sensemaking contexts; i.e. the capability to copy Assessment data (with provenance) out of some existing community and into a new Sensemaker zome; or the mechanism for porting into an existing community as a set of verifiable credentials. In all these cases we should be considering replication of Assessment data across the DHT space, and partitioning networks as appropriate to maintain appropriate human trust boundaries in the sharing of information. Which is to say- just because you don't have access to some data through a zome API call does not mean that you haven't had the information underneath it gossiped to you. So, it is interesting to think about storing shared Sensemaking indicators in the part of the network fabric that the 'records of import' are written to. Different methods of managing the flow of public & private Assessment entries within these locally-adjacent Sensemaker zomes could provide for a great deal of fidelity and is a topic worth exploring further. Thirdparty computation plugins are also a very interesting prospect. In this case, the NH Sensemaker would conform to a well-documented open API format which binds to |
As I am going through the NH-Launcher code and strategizing about how to refactor and lay out a path for more test coverage, I now wonder if we should use the sensemaker-lite as a mixin zome for a NH cell rather than a standalone cell. Below I outline what I see as the main considerations/trade-offs around this.
In the NH-Launcher, whenever a new neighbourhood is created, two cells are cloned (
![image](https://private-user-images.githubusercontent.com/39413655/261146169-28b3a9c2-2b82-431a-89c9-806c3634a351.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTQwNzcsIm5iZiI6MTczOTU1Mzc3NywicGF0aCI6Ii8zOTQxMzY1NS8yNjExNDYxNjktMjhiM2E5YzItMmI4Mi00MzFhLTg5YzktODA2YzM2MzRhMzUxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE3MjI1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmZWE1MzFlZGU2MWQwOGZkZWQ0ZWYwYzc3NmVkNDhjMGQyOTFmNmI3OWE3NDJhNTFjYjBkM2NlZmZjYjA3OTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QRyiIyGscBoZ1DMGbG6P0qUavq8iNuIpg7iAxZ_wP54)
we
andsensemaker
, both of which belong to thewe
happ (see below diagram for visual reference)Reasons to treat sensemaker as a mixin zome:
we
cell - which should be renamed toneighbourhood
)Reasons to keep as a stand-alone cell:
Thoughts @pospi @julioholon @adaburrows @nick-stebbings ?
The text was updated successfully, but these errors were encountered: