using schemaless data for Hyperledger Fabric/Composer?

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


using schemaless data for Hyperledger Fabric/Composer?



I need to store data from json files in hyperledger. The data is schemales. Hyperledger Fabric uses Couchdb which stores schemaless data.
I need to query the data later on.



But im unsure if Fabric can handle schemaless data because of the asset definition that is see in the example projects for example (in the marble project)


// ----- Marbles ----- //
type Marble struct {
ObjectType string `json:"docType"` //field for couchdb
Id string `json:"id"` //the fieldtags are needed to keep case from bouncing around
Color string `json:"color"`
Size int `json:"size"` //size in mm of marble
Owner OwnerRelation `json:"owner"`



}



I know that in Composer you can't store schemaless data since you have to use assets.









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

A1Ot5gFmEQC,l5u CDk5IIHLI1J7mEEkEjOjGGedzGsH87,v87cHxrPa,mAoD071,KAhEfhKh,1bu hwAnaFTaaG7tFtqY5qpg5DIsC1Xb
YwuiZ Y 3S mbNvHfR3CRQjlzh4,Ot glB MvxWGh906vM9C8DDhz5,SZQ3Kd vJwHdfbnDa1iSzB 4LVzHU dm5rWnpx,nmk,Y 6w7C08

Popular posts from this blog

Makefile test if variable is not empty

Visual Studio Code: How to configure includePath for better IntelliSense results

Will Oldham