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

Blockstore (IPLD)/KV Interface, Backed by SQLite + State Effect #189

Open
5 tasks
Tracked by #331
zeeshanlakhani opened this issue Jul 11, 2023 · 0 comments
Open
5 tasks
Tracked by #331
Labels
effects Effect implementation or relation runtime Related to IPVM runtime specifics

Comments

@zeeshanlakhani
Copy link
Contributor

zeeshanlakhani commented Jul 11, 2023

Summary

For storing resources (Wasm modules) related to IPLD blocks (Host runtime) as well as other useful block information within the context of a running workflow (Guest, State Effect), we need a way to store this information, that works by way of Wasm/Wasi execution and is persisted into SQLite (up to some time/storage limit ~ #264).

This covers multiple storage use cases.

Components

@zeeshanlakhani zeeshanlakhani added rust runtime Related to IPVM runtime specifics labels Jul 11, 2023
@zeeshanlakhani zeeshanlakhani changed the title IPLD Blockstore interface and impl in Sqlite Multi-use KV State (IPLD): Blockstore Interface, Backed by SQLite Sep 27, 2023
@zeeshanlakhani zeeshanlakhani changed the title Multi-use KV State (IPLD): Blockstore Interface, Backed by SQLite Data & State Effect: Multi-use State ~ Blockstore (IPLD)/KV Interface, Backed by SQLite Sep 27, 2023
@zeeshanlakhani zeeshanlakhani added effects Effect implementation or relation and removed rust labels Sep 29, 2023
@zeeshanlakhani zeeshanlakhani changed the title Data & State Effect: Multi-use State ~ Blockstore (IPLD)/KV Interface, Backed by SQLite Blockstore (IPLD)/KV Interface, Backed by SQLite + State Effect 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 runtime Related to IPVM runtime specifics
Projects
None yet
Development

No branches or pull requests

1 participant