Just pushed support for replicating into cassandra to http://launchpad.net/rabbitreplication
The following format is used:
KeySpace = schema name from the transaction
ColumnFamily = table name from the transaction
Column name = "object" since we only store objects
Key = the key generated from the object to store, either by using the @Id annotation or by implementing the KeyAware interface
In the CLI you would type something like this to get the data (drizzle schema name is unittests and table is test1):
cassandra> get unittests.test1['1']['object']
==> (name=object, value={"name":"updated","ssn":1}; timestamp=1260472768425)
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment