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

Streaming in modules/resources & Host Blockstore #333

Open
3 tasks
Tracked by #331
zeeshanlakhani opened this issue Sep 27, 2023 · 0 comments
Open
3 tasks
Tracked by #331

Streaming in modules/resources & Host Blockstore #333

zeeshanlakhani opened this issue Sep 27, 2023 · 0 comments
Labels
effects Effect implementation or relation

Comments

@zeeshanlakhani
Copy link
Contributor

zeeshanlakhani commented Sep 27, 2023

Summary

Much of this was covered in the top-level issue: #189, but focuses solely on the (Host) runtime blockstore that is needed to store wasm modules and possibly other resources.

Components

  • Persisted within SQLite (over a blockstore / KV interface).
  • Involves streaming in chunked content (blocks) and being able to read them for reuse (use car-mirror where possible) (Solved somewhat from Finish out http / car-mirror (for non IPFS) fetches.  #570)
  • Support cached Wasms with subnet setting and what subnets to fetch from and always cache.
@zeeshanlakhani zeeshanlakhani added the effects Effect implementation or relation label Sep 29, 2023
@zeeshanlakhani zeeshanlakhani changed the title Data & State Effect: Streaming in modules/resources & Host Blockstore Streaming in modules/resources & Host Blockstore Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effects Effect implementation or relation
Projects
None yet
Development

No branches or pull requests

1 participant