Hacker News new | past | comments | ask | show | jobs | submit login

i'd recommend zookeeper or consul for orchestrating, distributed locks, two- and three-phase commit state, etc. instead of redis if you want to have your transaction state highly available. they both use raft, which is proven, instead of a home-grown mostly-works algorithms (see aphyr's work with jespen).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: