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

Out-of-band blob storage #3

Open
jspahrsummers opened this issue Jun 15, 2021 · 0 comments
Open

Out-of-band blob storage #3

jspahrsummers opened this issue Jun 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jspahrsummers
Copy link
Owner

Storing large amounts of raw data in blocks directly may not be the most efficient solution, as these blocks will immediately get fanned out to all clients.

Potentially, it could make sense to build something like a distributed filesystem over the top, where large blobs can be placed for any client to access on-demand. The blobs should still be signed, and referenced in the blockchain using signed blocks, to limit cheating opportunities.

@jspahrsummers jspahrsummers added the enhancement New feature or request label Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant