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

Pull Out IPFS Gateway Into Separate Binary #74

Open
bonedaddy opened this issue Apr 14, 2020 · 0 comments
Open

Pull Out IPFS Gateway Into Separate Binary #74

bonedaddy opened this issue Apr 14, 2020 · 0 comments
Labels
needs-discussion the outcome is not clear and needs to be discussed

Comments

@bonedaddy
Copy link
Collaborator

At the moment gateway functionality is included within TemporalX's main code base via an opt-in configuration directive, however it provides some unnecessary bloat to the codebase for functionality that is very use-case specific, and probably not something that should be included as a "defacto" feature.

The best option might be to use a separate codebase, which exposes a urfave/cli command that spins up a gateway. This would mean we can include this within the CLI we release, and not have it be part of the main codebase.

This would also mean we can freely add new functionality, a more advanced P2P HTTP proxy, and not have to worry about it impacting the codebase at large.

@bonedaddy bonedaddy added the needs-discussion the outcome is not clear and needs to be discussed label Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-discussion the outcome is not clear and needs to be discussed
Projects
None yet
Development

No branches or pull requests

1 participant