Using Cassandra as Back End for publish

2014-09-04 Thread Abhijit Mazumder
Hi, We are considering using Cassandra as back end for the publish environment. In author we are using mongo. What are the options we have to customize replication agent to achieve this? Regards, Abhijit

Re: Using Cassandra as Back End for publish

2014-09-04 Thread Michael Marth
Hi Abhijit, I assume you refer to replication as implemented in Sling and AEM. Those work on top of the JCR API, so they are independent of the Micro Kernel implementation. For running Oak on Cassandra you would need a specific MK implementation (presumably based on the DocumentMK). Is that

Re: Using Cassandra as Back End for publish

2014-09-04 Thread Michael Marth
Hi, I think your best guess would be http://jackrabbit.apache.org/oak/docs/nodestore/documentmk.html as a general overview (even if skewed towards MongoDB) and looking into http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/ There