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 !!!
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 !!!
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.
Just checking in to see if the above suggestion was helpful. If it answers your query, please do click “Accept Answer” and/or Up-Vote, as it might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
I haven't had a window of time to give this a thorough investigation. I'm wondering if it would be better to have a azure web job or something to make this work easily. Also allowing me to debug locally. I did however log and vote on a feature request.
Thank you for feedback @EvanWellens-2911 . I'm sharing the user voice feedback link here so that other's with similar idea can up-vote and comment on it to increase the priority of the feature request.
Also please do share your findings here so that it will be beneficial to community.
4 people are following this question.