You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by "O'Donnell, Laura" <lo...@inmedius.com> on 2014/10/31 21:46:52 UTC

re: looking for install information

Alex,
Unfortunately, the response I got was delayed so I can't respond to the actual response you mail.
Searched mark mail to see if I got a response.
Here's the issue.
Our web application uses jackrabbit embedded into our application with the contents of the repository being persisted in an Oracle database.
We are having issues with scale and performance.  We need to be able to handle about 1 Million documents.
With our current configuration, we are handling about 100K but performance is degrading.
We ran a test to see how long adding to the repository took when we just injected document after document.
We know where we are right now is not going to work.
So the next question is, can we get better performance if we switch to oak?
So, I need to basically swap out jackrabbit and drop in oak.  I need to have the contents of the repository still be stored in an Oracle database.
And then run the test.
The problem is I have no idea where any of the appropriate configurations need to be set in order to use Oracle.
I don't know what jars actually are needed to run the system.
I don't know whether I NEED the Mongo DB, or can I just point things to use Oracle.
If I need Mongo, then what do I need to install/configure/run that?
I've been looking at the documentation here: http://jackrabbit.apache.org/oak/docs/index.html
I haven't found the answers that I need in order to progress.
I've been trying to go through the code to see if I can find the answers there, but it's incredibly slow.




Subject:

Re: looking for install information.<http://markmail.org/message/exgmfm7mer3riekd>

[permalink]<http://markmail.org/message/exgmfm7mer3riekd>

From:

Alex Parvulescu (alex...@gmail.com)

Date:

Oct 31, 2014 9:22:33 am

List:

org.apache.jackrabbit.oak-dev


Hi Laura,



The oak docs page is a good place to start [0], then you can take a look at

our oak-jcr tests for some code examples [1].



hope this helps,

alex



[0] http://jackrabbit.apache.org/oak/docs/index.html

[1]

https://github.com/apache/jackrabbit-oak/blob/trunk/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/RepositoryTest.java#L116



On Fri, Oct 31, 2014 at 3:23 PM, O'Donnell, Laura <lo...@inmedius.com>

wrote:



Our web application currently is running with a jackrabbit repository

embedded in it, accessed soley through the JCR api.

I would like to swap out jackrabbit and use oak exactly the same way.

This would be a completely new system.  No data to upgrade or anything.

I cannot find any information on how to configure, use, and install oak

outside of doing mvn  install. I know what we have done in jackrabbit

regarding repository.xml file, etc, but I don't see any information on

oak.  Could someone point me to where I can find this information?



Laura