GluuFederation/oxCore

ORM based DocumentStore

Closed this issue · 1 comments

yurem commented

We need to implement new DocumentStore which should store files in ORM entries like:

objectClass: oxDataStoreFile
dn: ou=data_store,o=gluu
inum: xyz
displayName: file_name in jackrabbit
dataStoreFile: file_context_blob

Additionally we can add option to enable store files in it in gzip -> BASE64 format to save DB space. By default we need to store in in BASE64 format

it is fixed. closing this ticket.