cancel
Showing results for 
Search instead for 
Did you mean: 

Is python MTA supported in cloudfoundry? if so any documenation

former_member585658
Participant
0 Kudos

Hello Colleagues,

I recently tried to create a python based MTA application, and i found only Nodejs,web and database module and not Python module.

If it really exists then please share me a knowledge base where i can look into.

I want to know and do it with XSA in CLoud foundry .

CF buildpacks command shows python is supported.

please let me know .

thanks

Accepted Solutions (1)

Accepted Solutions (1)

mariusobert
Developer Advocate
Developer Advocate
0 Kudos

Hi Gabriel,

I don't think it's possible to create an MTA archive which contains a Python module. But what you can do for sure, is to create a Python application and deploy it to SAP Cloud Platform (with the buildpack you found). You can bind any backing service (e.g. a database) to this application, which will the same result as if you'd deploy an MTA archive.

Btw: XSA is the runtime on SAP Hana and not available on Cloud Foundry (both share common mechanisms/concepts though)

Regards,

Marius

former_member585658
Participant
0 Kudos

Hi, if in this case how can i write and read from HDI containers?? with python. do you have some examples

Answers (0)