cancel
Showing results for 
Search instead for 
Did you mean: 

Use NoSQL Db Mongodb for the polyglot functionality

0 Kudos

Hi Guys,

We need to use NoSQL Database for the polyglot functionality with Hybris. Which is the 1905 feature. The OOTB cart functionality provided in 'ydocumentcart' extension uses the Mysql or HSQL relational DB and uses the Datasource to connect to DB.

But with NoSQL Databases such as MongoDb, there will be no Database Driver. We have to use MongoClient. But I dont see any documentation around it in the wiki on how to use it.

If anybody has implemented the polyglot using NoSQL, please let me how can we achieve the same.

Thanks,

Siddesh.

View Entire Topic
cbelka
Participant
0 Kudos

I implemented myself a custom Storage for MongoDB inherited from the BaseStorage in ydocumentcart ... that was pretty straightforward and did work

venkat1180
Discoverer
0 Kudos

Hi Christian,

Could you share me more details to connect with Mongo DB ??

I want to implement Polyglot functionality for a new item type , how can we achieve it ?