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

Build a storage driver for Azure blob storage #29

Closed
arschles opened this issue Mar 2, 2018 · 6 comments
Closed

Build a storage driver for Azure blob storage #29

arschles opened this issue Mar 2, 2018 · 6 comments
Assignees
Labels
good first issue Great issues for new Athenians to work on! storage work to do on one or more of our storage systems

Comments

@arschles
Copy link
Member

arschles commented Mar 2, 2018

It needs to be able to save module metadata & source (go.mod, add to the versions list, and the zip file), and also fetch it

After this is built, consider building drivers for other CDNs

@marstr
Copy link
Contributor

marstr commented Mar 8, 2018

Instead of targeting blob storage directly, have you thought about targeting the Azure CDN service? There's an existing Go SDK for targeting it.

@arschles arschles added good first issue Great issues for new Athenians to work on! registry labels Mar 22, 2018
@arschles
Copy link
Member Author

@marstr great idea! Would you be up for building a Saver for CDN service?

@marstr
Copy link
Contributor

marstr commented Apr 3, 2018

Sure, I can do that! :)

@marstr marstr self-assigned this Apr 3, 2018
@arschles arschles added olympus storage work to do on one or more of our storage systems and removed registry labels Jun 7, 2018
@arschles
Copy link
Member Author

@marstr I am going to try to do this one today

@marstr
Copy link
Contributor

marstr commented Jun 13, 2018

Thanks, sorry I've been busy! Feel free to ping me if you need any help with the Azure-SDK-for-Go or anything else Azure related.

@michalpristas michalpristas changed the title Build a CDN driver for Azure blob storage Build a storage driver for Azure blob storage Jun 13, 2018
@arschles
Copy link
Member Author

arschles commented Jun 13, 2018 via email

arschles added a commit that referenced this issue Jun 14, 2018
* Implementing the CDN getter and storage saver for Azure CDN

Fixes #29

* Adding azure dependencies

* adding GoGet middleware into olympus

just using azure blob storage for now. will parameterize later

* cleaning up compile errs

* adding fmt.Sprintf param

* removing newline in imports

* following the rules for container names

* removing unused import
marstr pushed a commit to marstr/athens that referenced this issue Jun 21, 2018
* Implementing the CDN getter and storage saver for Azure CDN

Fixes gomods#29

* Adding azure dependencies

* adding GoGet middleware into olympus

just using azure blob storage for now. will parameterize later

* cleaning up compile errs

* adding fmt.Sprintf param

* removing newline in imports

* following the rules for container names

* removing unused import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Great issues for new Athenians to work on! storage work to do on one or more of our storage systems
Projects
None yet
Development

No branches or pull requests

2 participants