Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/nodesim
Simulating failures on clustered systems.
https://github.com/dustin/nodesim
Last synced: 3 days ago
JSON representation
Simulating failures on clustered systems.
- Host: GitHub
- URL: https://github.com/dustin/nodesim
- Owner: dustin
- Created: 2011-04-21T20:47:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-16T06:55:54.000Z (over 12 years ago)
- Last Synced: 2024-11-11T13:06:39.320Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://dustinphoto.couchone.com/simulation/_design/simulation/index.html
- Size: 262 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a [couchapp][couchapp] with a bit of python to run simulations
of failures in distributed systems to help guide topology decisions.# Requirements
- [CouchDB][couchdb]
- python
- CouchDB for python (easy_install couchdb)
- couchapp tool (easy_install couchapp)# Running
Ensure the couchapp is installed:
couchapp push . test
Then edit and run a simulation:
$EDITOR tools/sim.py
./tools/sim.py[couchapp]: http://couchapp.org/
[couchdb]: http://www.couchbase.com/