https://github.com/seratch/finagle-cluster-demo
Finagle Hack-a-thon at Twitter Japan @yakitori
https://github.com/seratch/finagle-cluster-demo
Last synced: about 1 year ago
JSON representation
Finagle Hack-a-thon at Twitter Japan @yakitori
- Host: GitHub
- URL: https://github.com/seratch/finagle-cluster-demo
- Owner: seratch
- Created: 2012-05-19T07:39:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T16:53:14.000Z (about 13 years ago)
- Last Synced: 2025-05-14T17:13:16.121Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 22
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Finagle ZooKeeperServerSetCluster demo
Finagle Hack-a-thon at Twitter Japan @yakitori.
## Demo
Check the YouTube video.
http://youtu.be/mlbJQziTJTk
screenshot:

# Requirement
- Apache ZooKeeper 3.4.3
ZooKeeper should be already runnning at localhost:2181.
```
brew install zookeeper
cp -p /usr/local/etc/zookeeper/zoo_sample.cfg /usr/local/etc/zookeeper/zoo.cfg
sudo zkServer start
```
- Play! framework 2.0.1
```
brew install play
```
# How to run?
- play run
```
git clone git://github.com/seratch/finagle-cluster-demo.git
cd finagle-cluster-demo
play start
```
And then, access http://localhost:9000/ from your browser.