Data replication

+1 vote

Is it possible to replicate the data that we create in the MultiChain Blockchain, into a READ only EXCEL file or Odata (ver.4) or SQL Server?

 

 

asked Feb 20, 2019 by KMG

1 Answer

0 votes

For now you would need to build this replication mechanism at the application level. Depending on what you're doing on the blockchain, you could either replicate one block at a time (see the getblock API and its values for the verbose parameter) or else use the stream querying APIs if your main activity is in streams.

answered Feb 21, 2019 by MultiChain
...