Reltio Connect

 View Only
  • 1.  JSON Generator jar and Dataload jar

    Reltio Partner
    Posted 07-19-2021 01:37

    Is it possible that JSON generator jar and the Dataload jar provided by Reltio can read files present in AWS S3 bucket / Azure Data Lake?
    Mean is there any  OOB supports AWS S3 endpoint (reading directly from S3 path) or reading directly from Azure DataLake?
    In that case we do not need any EC2 instance.
    Can anyone please confirm?



  • 2.  RE: JSON Generator jar and Dataload jar

    Reltio Employee
    Posted 07-19-2021 12:15
    Hi,
    You are referring to the additional utilities Reltio provides as templates that can be used for your implementations. 
    https://docs.reltio.com/addonutilities/aboutaddons.html

    Currently, these utilities show examples of reading a file from AWS S3 and loading them into Reltio using the APIs. 

    Have you looked at the Data loader utility that natively supports Azure blob storage? 
    https://docs.reltio.com/dataloader/loadingdata.html

    This is a supported functionality of the Reltio platform. 

    The additional utilities are " provided to you free of charge, and on an "AS IS" basis, without any technical support or warranty of any kind from Reltio including, without limitation, a warranty of merchantability, fitness for a particular purpose and non-infringement.". 
    So, if you want to extend that, you can do it. In that case, you can use the utility as a template or a reference implementation. 


  • 3.  RE: JSON Generator jar and Dataload jar

    Reltio Partner
    Posted 07-20-2021 00:18
    Can we use the JSON generator JAR to fetch data from Azure Data Lake Gen2?
    My intension is to convert a csv file which is located in ADLS to JSON and  then load the JSON into Reltio.


  • 4.  RE: JSON Generator jar and Dataload jar

    Reltio Employee
    Posted 07-20-2021 01:22
    Hi,
    No, the JSON generator jar only supports reading for AWS S3 bucket out of the box. 
    You will have to modify it to read from Azure.