How to achieve the private data sharing in fabric network :
It should be :
1.) on user level ?
2.) on peer level ?
3.) or on Organisation level ?
My understanding for above scenarios
1.) user level
: if data is to be shared between two users associated with same peer then the data is stored on the peer(blockfile) which can be read easily.
2.) peer level
: same problem peers are part of same channel. Data is shared on each peer(blockfile) which can be read easily.
3.) org level
: creating a new org for every new user registered on the platform and then creating a new channel for private data sharing between two peers? how practical is this approach in case of thousands of users on the platform?
Is there any other way to achieve this?