Cryptic::Hoffa
Cryptic Highway is OnLive's Cassandra series reader/writer code. The cryptic-highway gem is the "public" part, in that it could be made open-source without a problem.
Other parts of our code are very OnLive-specific, such as reading messages from OMQ and our specific user sites. This code lives in the cryptic-hoffa gem.
This gem currently includes two programs:
- hoffa - an OMQ reader that writes into Cassandra
- highway-from-sql - an ActiveRecord-based SQL reader that writes into Cassandra
Installation
"gem install cryptic-hoffa", if you have gems.onlive.com set up as a gem server.
Usage
(To be added)