cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Python/R Programming Integration into Hybris Marketing On-Premise?

andyiz07
Newcomer
0 Likes
970

Hello Experts,

Can we use Python Programming to build custom recommendation model in Hybris Marketing On-Premise Rel 1809. Is it supported? what do we need?


Regards,


Accepted Solutions (0)

Answers (3)

Answers (3)

mikhail_naumov2
Participant
0 Likes

Hi, it looks like it's technically possible one way or another, but the issue is HANA Runtime licensing restrictions. To my knowledge, direct access to HANA RT via Python driver is only allowed for data extraction to HANA EE, HANACloud, DWC. Ingesting data into HANA RT via Python driver is not allowed. So you will have to implement separate integration logic on SAP Application Server layer.

I'm not 100% about these HANA RT restrictions, it would be nice if someone from SAP can confirm them (tim.nusch)

In our scenario, we are thinking about creating control target groups using Phyton script.

former_member197728
Active Participant
0 Likes

Hello andyiz07,

in theory you could build a custom recommendation model using Python and SAP HANA XSA. There is a blog on Python on SAP HANA XSA: https://blogs.sap.com/2018/06/15/getting-started-with-python-on-sap-hana-xsa/

What is the background of the question? Do you want to reusing Python libraries for recommendation algorithms?

In addition, you would need to create a custom recommendation algorithm and SAP HANA procedures which trigger the Python algorithms and/or use persisted results to use it in the recommendation component of SAP Marketing:

https://help.sap.com/viewer/307cdb0f1a69422bb23b9ee426bd39f7/1809.YMKT/en-US/737fd05377ef4d59e100000...

Hope this helps!

Best regards,

Tim

Former Member
0 Likes

Hi tim.nusch , your domain. Can you give us a clue?

Thanks, Anton