Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Elasticache #2198

Open
kkalyan opened this issue Apr 13, 2023 · 3 comments
Open

Add support for Elasticache #2198

kkalyan opened this issue Apr 13, 2023 · 3 comments
Labels
feature help wanted Extra attention is needed

Comments

@kkalyan
Copy link

kkalyan commented Apr 13, 2023

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

@cnfait cnfait changed the title Add support for Elasticsearch Add support for Elasticache Apr 17, 2023
@jaidisido
Copy link
Contributor

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

@jaidisido jaidisido added help wanted Extra attention is needed and removed needs-triage labels Apr 19, 2023
@keenborder786
Copy link

@jaidisido I would like to work on this.

@keenborder786
Copy link

#2330 will be implementing the requested feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants