Re: Regarding DocumentStore and BlobStore

2020-01-13 Thread Matt Ryan
Hi, On Mon, Jan 13, 2020 at 1:19 AM Marcel Reutegger wrote: > Hi, > > On 12.01.20, 15:40, "jorgeeflorez ." > wrote: > > > If I create two backends > > (Oak instances), both using the same type of document and blob store, > > and both pointing to the same "location" (folder in a file system,

Re: Regarding DocumentStore and BlobStore

2020-01-13 Thread Marcel Reutegger
Hi, On 12.01.20, 15:40, "jorgeeflorez ." wrote: > If I use MongoDB as document store will I be able to set as blob store > one of the six available, right? Any blob store implementation can be configured in combination with the DocumentNodeStore on MongoDB. Though, for production use file or

Regarding DocumentStore and BlobStore

2020-01-12 Thread jorgeeflorez .
Hi all, I am starting a personal project and I plan to use Oak and Jackrabbit. I have read documentation about node storage a couple times and I think I understand (I guess). Here are my questions: If I use MongoDB as document store will I be able to set as blob store one of the six available,