Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Athens: A Go module datastore and proxy #46

Open
andrew opened this issue Apr 23, 2019 · 2 comments
Open

Athens: A Go module datastore and proxy #46

andrew opened this issue Apr 23, 2019 · 2 comments

Comments

@andrew
Copy link
Collaborator

andrew commented Apr 23, 2019

Athens is proxy caching service for go modules, like a lightweight artifactory just for Go.

It's written in Go and has support for various storage adapters: https://docs.gomods.io/configuration/storage/

Adding IPFS as a storage adapter could be a great way to bring immutability and reliability back to Go package management now that gx has been abandoned.

Announcement blog post: https://cloudblogs.microsoft.com/opensource/2018/08/28/announcing-project-athens-gophersource-go-community/
Github: https://github.com/gomods/athens
Docs: https://docs.gomods.io

@andrew
Copy link
Collaborator Author

andrew commented Apr 23, 2019

There's an open pull request to add a http storage adapter, which is a good example of how to add an adapter but also could be used to point at an IPFS http gateway without needing to write any code!

@arschles
Copy link

A little more context on gomods/athens#1131 that @andrew mentioned - it's. under discussion because we're not sure if we should adopt the HTTP API that Artifactory's object storage implements or not. There's a lot of discussion going on there.

It might be a good idea to also look at the existing filesystem based storage implementation to get a feel for how these things are implemented.

We're always happy to help. Feel free to ask us questions in issues or the #athens channel in the Gophers slack group if you're in it.

I also personally think this would be a super cool storage driver 😀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants