fabric-samples/high-throughput/scripts
Alexandre Pauwels 9d70f31334 Add high-throughput example to samples
A new data storage model was implemented in the fabric-samples which allows
for high-throughput of transactions. The storage model is based on storing
deltas of a value, creating a new row for each transaction, and then merging
these deltas when the final value of the variable is required.

This concept is similar to simple integer-based CRDTs, where add or subtract
updates are constantly sent to the ledger and the merge function combines all
of these deltas into one value.

Change-Id: I60b5cdc295d4503d7d496d016bf215c78eff5710
Signed-off-by: Alexandre Pauwels <alexj.pauwels@gmail.com>
2017-09-14 09:06:37 -04:00
..
channel-setup.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
delete-invoke.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
get-invoke.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
get-traditional.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
install-chaincode.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
instantiate-chaincode.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
many-updates-traditional.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
many-updates.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
prunefast-invoke.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
prunesafe-invoke.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
setclienv.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
update-invoke.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00
upgrade-chaincode.sh Add high-throughput example to samples 2017-09-14 09:06:37 -04:00