aws-sdk-pandas icon indicating copy to clipboard operation
aws-sdk-pandas copied to clipboard

Add support for Elasticache

Open kkalyan opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. A common use case is upload data from S3 to AWS elasticache (Redis/Memcache). It would be great to have this functionality in aws-sdk-pandas. The read workflow is not required as its not typical functionality to read the key/values into dataframe.

Describe the solution you'd like Requesting an API similar to Opensearch index_df https://aws-sdk-pandas.readthedocs.io/en/stable/stubs/awswrangler.opensearch.index_df.html#awswrangler.opensearch.index_df that will take dataframe key and value fields and does a batch insert to elasticache.

Describe alternatives you've considered

Additional context

kkalyan avatar Apr 13 '23 18:04 kkalyan

Thanks @kkalyan, this is not currently on our roadmap but welcome PRs from the community if you wished to contribute

jaidisido avatar Apr 19 '23 08:04 jaidisido

@jaidisido I would like to work on this.

keenborder786 avatar Jun 08 '23 14:06 keenborder786

#2330 will be implementing the requested feature.

keenborder786 avatar Jun 09 '23 14:06 keenborder786