How to collect structured data sets on multichain.

+1 vote

Hi Sir,

I have setup of multichain & multichain explored on Ubuntu linux successfully. 

My requirement is to collect structure records from many companies to my multichain.

Does multichain helps in this use case, if so please give some directions How to create the structured private block chain so that all other parties can send structure information to my multichain system. 

 

Thanks 

asked Feb 11, 2018 by srikanth

1 Answer

0 votes
FIrst, you should definitely use MultiChain streams for this, where the appropriate companies have the ability to write to the stream that collects the data.

Then you have two choices – either use MultiChain 1.0.x which is a production-quality release, and choose your own way in the application to convert the structured data into a binary format for storing in stream items. Or use MultiChain 2.0 alpha, which allows JSON data to be stored directly inside stream items.
answered Feb 12, 2018 by MultiChain
...