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
The Gateway API interface is updated so that it is possible to fulfill gateway requests with the content fetching and IPLD processing happening externally and the gateway code handling the HTTP portion.
Basic set of implementations of the API that need to be usable.
Block based (blockservice + dagservice + pathing/ipld)
Graph based (CAR request for data + IPLD parsing of responses)
Why Important (Now)
This unblocks work on decreasing the latency of requests for the Rhea project which impacts performance of the ipfs.io gateway.
Done Criteria
The Gateway API interface is updated so that it is possible to fulfill gateway requests with the content fetching and IPLD processing happening externally and the gateway code handling the HTTP portion.
Basic set of implementations of the API that need to be usable.
Why Important (Now)
This unblocks work on decreasing the latency of requests for the Rhea project which impacts performance of the ipfs.io gateway.
Notes
Design is happening in https://www.notion.so/pl-strflt/WIP-go-libipfs-Gateway-API-6f6dc875e65544e58740fadd206b2e74
The text was updated successfully, but these errors were encountered: