Communicate Datascience Workspace In AEP using I/O Runtime | Community
Skip to main content
Level 2
January 30, 2021
Question

Communicate Datascience Workspace In AEP using I/O Runtime

  • January 30, 2021
  • 1 reply
  • 1520 views

Hi Team,

    Is There any way to trigger code run inside Datascience workspace using i/o runtime.

 

We are planning to automate python code that is in Datascience workspace when ever a data ingestion event trigger is happened. If you could tell us , it will be helpful

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

sarahxxu
Adobe Employee
Adobe Employee
January 31, 2021

Hi @sundarsritharan 

 

I'm not sure that I fully understood your question. Essentially, Runtime is a serverless platform that allows you to run custom code on Adobe infrastructure. At the moment, we only support Node.js applications. This application can most certainly be invoked by other systems or triggered by events if you set it up as webhook. 

 

Are you asking if you could run some python code in Data Science workspace based on certain events? As we are not experts on Data Science workspace, I'm not sure if that's possible. I'd recommend asking in the data science workspace (or AEP) forum! https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/ct-p/adobe-experience-platform-community

 

Of course, if this code can be executed outside, you can always leverage Runtime to extend the ootb functionalities. Hope this helps!

 

Sarah

Level 2
February 1, 2021
Thanks Sarah!! Yes, my code is in python that i used to run manually using Datascience workspace in AEP for now..I wanted To automate it whenever an event got happen (Batch Ingestions) As you suggested , i will post this query in mentioned forum.
Umamaheswari_Yakkala
Community Advisor
Community Advisor
December 5, 2023

Do you have a method to accomplish this?