Share via

Redis Data Factory

Evan Wellens 66 Reputation points
2021-06-11T20:13:40.793+00:00

I want to transform some data from JSON files to Redis using Azure Data Factory , is this possible ? If so any hints would be awesome !!!

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,827 Reputation points Moderator
    2021-06-11T21:39:59.637+00:00

    Hi @Evan Wellens ,

    Welcome to Microsoft Q&A forum and thanks for reaching out.

    Unfortunately there is no out of box ADF connector for Redis.

    I would recommend you to please log a feature request in ADF user voice forum: https://feedback.azure.com/forums/270578-data-factory
    All the feedback shared on this forum are actively monitored and reviewed by ADF engineering team. Also please do share the feature request link here, so that other with similar feedback can upvote and comment on it, which would also help to increase the priority.

    While checking Azure Redis Cache documentation, found that REST API option is available : Azure Redis Cache REST Api.
    ADF can connect to REST using REST Connector and a Web Activity may also help. Please have a look and see if that fits your requirement.

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.