willnorris / willnorris/imageproxy
migrate off of github.com/Azure/azure-sdk-for-go/storage
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 513
- PR merge metrics
- No merged PRs in 30d
Description
for caching on azure storage, we use github.com/PaulARoy/azurestoragecache which in turn uses github.com/Azure/azure-sdk-for-go/storage. That azure package is deprecated, being replaced by github.com/Azure/azure-sdk-for-go/sdk/storage/azblob.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the caching path that uses github.com/PaulARoy/azurestoragecache and its dependency on github.com/Azure/azure-sdk-for-go/storage. Compare the required replacement with github.com/Azure/azure-sdk-for-go/sdk/storage/azblob. Done means the deprecated storage package is no longer used while Azure storage caching still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- cloud
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100