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

Wire index/add handler with IPNI publisher-lambda #1406

Closed
Gozala opened this issue Apr 24, 2024 · 1 comment
Closed

Wire index/add handler with IPNI publisher-lambda #1406

Gozala opened this issue Apr 24, 2024 · 1 comment
Assignees

Comments

@Gozala
Copy link
Contributor

Gozala commented Apr 24, 2024

Context

System uses publisher-lambda that receives block multihashes on "Multihashes SQS topic" from which it creates and publishes IPNI advertisements. This makes blocks served by hoverboard - w3up bitswap peer discoverable on the network.

What

Put all the multihashes in the dag index (passed into #1401) into multihashes queue that publisher lambda reads from.

Why

Without this network will not be able to discover that our bitswap peer serves blocks stored via blob/add and published index/add capabalities.

Delivered

  1. When done one should be able to query IPNI and discover that blocks added through blob/add + index/add are provided by w3up bitswap peer.
  2. Once Wire index/add handler to write derived hoverboard block level index #1405 is also done one should be able to access content added through blob/add + index/add via kubo node without manually connecting it to w3up bitswap peer.
@alanshaw
Copy link
Member

alanshaw commented May 8, 2024

resolved in storacha/w3infra#363

@alanshaw alanshaw closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants