You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RAPIDE aims to be a new next gen multipeer & multiprotocol download client, it has a new "server driven" API, consumers (gateway, unixfs, ...) will do rich graph requests using ipsl (InterPlanetary Selector Language), most of the roll out friction is around the fact that all the current code use GetBlock(context.Context, cid.Cid) (block.Block, error) interface "client" driven, we will need to update our unixfs implementations and API to do graph based requests instead.
The goal of this roadmap is to explain how we can roll out progressively RAPIDE into Kubo and the go Kubo ecosystem.
Description:
This is a non authoritative roadmap.
RAPIDE aims to be a new next gen multipeer & multiprotocol download client, it has a new "server driven" API, consumers (gateway, unixfs, ...) will do rich graph requests using ipsl (InterPlanetary Selector Language), most of the roll out friction is around the fact that all the current code use
GetBlock(context.Context, cid.Cid) (block.Block, error)
interface "client" driven, we will need to update our unixfs implementations and API to do graph based requests instead.The goal of this roadmap is to explain how we can roll out progressively RAPIDE into Kubo and the go Kubo ecosystem.
Eta: 2024-01-01
Children:
ipfs get
requests #13Starmap link: https://starmap.site/roadmap/github.com/ipfs/go-libipfs/issues/54#detail
Related Items
The text was updated successfully, but these errors were encountered: