coinstac-distributed-algorithm-integration
v4.0.2
Published
COINSTAC distributed analysis synchronization and testing.
Downloads
12
Readme
coinstac-decentralized-algorithm-integration
This package is unused as of COINSTAC v3
COINSTAC distributed analysis synchronization and testing. Documentation.
what
this package serves the following purposes:
- provide templates for how to easily design and publish a DecentralizedComputation
- provide a common place to run various integration tests through the coinstac-* infrastructure
how
this package runs various DecentralizedComputation simulations using coinstac-simulator. simulation declarations are defined in test/declarations
.
to run the integration tests:
- install nodejs
- clone this repository, and change into the directory on the command line
- run the command
npm install
to install just a few basic algorithms used in our examples - run
npm test
to runcoinstac-simulator
against our integration test algorithms
why
to ensure that the coinstac infrastructure is always properly running DecentralizedComputations.
when
now.
where
right there at your desk.
it's not working
file an issue! we will try and be prompt, and even try to help you with your algorithms if necessary.
License
MIT. See LICENSE for details.