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

Use decentralized storage system for images such as IPFS or Swarm #115

Closed
layters opened this issue May 2, 2023 · 0 comments
Closed

Use decentralized storage system for images such as IPFS or Swarm #115

layters opened this issue May 2, 2023 · 0 comments
Labels
🆘 help wanted Extra attention is needed

Comments

@layters
Copy link
Owner

layters commented May 2, 2023

Details

TL;DR: Basically, I need to figure out how I would store images in the DHT, now that that the local database is no longer a viable option.

To-do: Use a decentralized storage system designed for large files (images), such as IPFS or Swarm instead of storing large files such as images in a DHT, which can put a strain on the network, as it requires multiple nodes to store and retrieve the file. This can lead to slower performance and higher bandwidth usage, especially if many users are uploading and downloading large avatar images.

Edit: Unfortunately, this requires running an IPFS node. I could use a different storage method that does not require running any sort of node.

References

https://github.com/vasild/cpp-ipfs-http-client

@layters layters added the 🆘 help wanted Extra attention is needed label May 2, 2023
@layters layters closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆘 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant