https://github.com/thheller/greek_architect
currently unmaintained client for Cassandra (0.6 only)
https://github.com/thheller/greek_architect
Last synced: 11 months ago
JSON representation
currently unmaintained client for Cassandra (0.6 only)
- Host: GitHub
- URL: https://github.com/thheller/greek_architect
- Owner: thheller
- License: mit
- Created: 2010-06-15T15:14:08.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-24T19:10:56.000Z (over 15 years ago)
- Last Synced: 2025-04-05T03:13:17.399Z (about 1 year ago)
- Language: Ruby
- Homepage: http://github.com/thheller/greek_architect
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Consider this a work in progress
HOWTO:
Install Cassandra (0.6.2+ required)
add:
org.apache.cassandra.locator.RackUnawareStrategy
1
org.apache.cassandra.locator.EndPointSnitch
org.apache.cassandra.locator.RackUnawareStrategy
1
org.apache.cassandra.locator.EndPointSnitch
to storage-conf.xml
Run
gem install thrift
gem install msgpack
gem install json
gem install rspec --pre
git clone git://github.com/thheller/greek_architect.git
cd greek_architect
rspec examples/demo
rspec examples/twitter