cancel
Showing results for 
Search instead for 
Did you mean: 

Support for NoSQL databases in Hybris

Former Member
0 Kudos

Does Hybris support NoSQL databases like Cassandra, MongoDB etc? Can we add the properties of the respective db in the local.properties or are there any additional configurations?

Accepted Solutions (1)

Accepted Solutions (1)

El-jaoujat
Active Participant
0 Kudos

Hello,

It depends on what you will do exactly if you want to handle the core types system , I don't think that will be possible as the Item systems are designed to work on the relational database . here is a list of the third party supported database system : https://wiki.hybris.com/display/release5/Third-Party+Databases

But you can always work on separate module (extensions) that rely on MongoDB , hybris already uses it on : mediaStorage ,OMS, and Commerce Infrastructure Services (CIS) you can take a look at this document for more details and how to use

https://wiki.hybris.com/display/SUP/NoSQL+MongoDB+in+hybris

Answers (1)

Answers (1)

Former Member
0 Kudos

This is not possible OOTB as of now.

Former Member
0 Kudos

Can we add any sort of customization and enable it?