Basics
http://anismiles.wordpress.com/2010/06/08/zookeeper-primer/
Leader Selection Implementation
http://zookeeper.apache.org/doc/r3.2.2/recipes.html#sc_leaderElection
http://cyberroadie.wordpress.com/2011/11/24/implementing-leader-election-with-zookeeper/
Sprint and Servlet based leader selection
https://github.com/erezmazor/projectx/tree/master/org.projectx.zookeeper
Concurrent queues
http://blog.cloudera.com/blog/2009/05/building-a-distributed-concurrent-queue-with-apache-zookeeper/
Distributed coordination
http://www.igvita.com/2010/04/30/distributed-coordination-with-zookeeper/
http://zookeeper-tutorial.blogspot.com.au/
Bindings in various languages
https://cwiki.apache.org/ZOOKEEPER/zkclientbindings.html
Curator is the Java Client library for Zookeeper
https://github.com/Netflix/curator
https://github.com/Netflix/curator/wiki
http://blog.palominolabs.com/2012/08/14/using-netflix-curator-for-service-discovery/
Presentations
https://cwiki.apache.org/ZOOKEEPER/eurosystutorial.data/part-1.pdf
https://cwiki.apache.org/ZOOKEEPER/eurosystutorial.data/part-2.pdf
https://cwiki.apache.org/ZOOKEEPER/eurosystutorial.data/part-3.pdf
https://cwiki.apache.org/ZOOKEEPER/eurosystutorial.data/part-4.pdf
No comments:
Post a Comment
Please share your views and comments below.
Thank You.