Reltio Connect

 View Only
  • 1.  Reltio Python Sample project

    Reltio Partner
    Posted 01-27-2022 08:04
    Hello,
    We are planning to develop a Reltio Custom Service using Python and that to be deployed in AWS.

    Can you please share a sample Python Project to get started with it (Like ROCS,LCAs projects ).


    Thanks,
    Srujan


  • 2.  RE: Reltio Python Sample project

    Founding Member
    Posted 01-27-2022 08:14
    Hello,

    I don't think Reltio LCA framework has a Python incorporated.   

    We have implemented some utilities which runs on AWS as a standalone jobs but not as a service. 
    When you say "Develop Custom Service" , are you trying to make the Python modules for integrating with Reltio?


  • 3.  RE: Reltio Python Sample project

    Reltio Partner
    Posted 01-27-2022 09:00
    Hi Gowtham,


  • 4.  RE: Reltio Python Sample project

    Reltio Partner
    Posted 01-27-2022 11:50
    Hi Gowtham,

    Thank you for quick answer.  
    yes, we are trying to build an utility which can be written in Java and deploy as Lambda in AWS. However, the utility runs more than Hour that is not supporting by Lambda.  Is there any alternate to mitigate this ? Please suggest

    An an alternate , planning to write the same using Python & Spark  to Deploy as AWS Glue job which runs without any constraints. Thanks in advance