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

End to End example for P2P transfer #514

Open
Jorropo opened this issue Nov 16, 2023 · 1 comment
Open

End to End example for P2P transfer #514

Jorropo opened this issue Nov 16, 2023 · 1 comment
Labels
dif/medium Prior experience is likely helpful effort/days Estimated to take multiple days, but less than a week P1 High: Likely tackled by core team if no one steps up

Comments

@Jorropo
Copy link
Contributor

Jorropo commented Nov 16, 2023

We should have an E2E example with a client and server that shows:

  • Server
    • Chunking
    • Data-Transfer (¿ bitswap ?)
    • Announcement (¿ DHT ?)
  • Client
    • Content Routing
    • Download
    • Deserialization

The hard part is that we don't want to be prescriptive but we should show at least an option.

@Jorropo Jorropo added the need/triage Needs initial labeling and prioritization label Nov 16, 2023
@Jorropo
Copy link
Contributor Author

Jorropo commented Nov 29, 2023

https://github.com/ipfs/boxo/tree/main/examples/unixfs-file-cid already has all modules demonstrated for the server pipeline. This looks hairy, will loop back to see how can this be improved.

@lidel lidel added P1 High: Likely tackled by core team if no one steps up dif/medium Prior experience is likely helpful effort/days Estimated to take multiple days, but less than a week and removed need/triage Needs initial labeling and prioritization labels Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dif/medium Prior experience is likely helpful effort/days Estimated to take multiple days, but less than a week P1 High: Likely tackled by core team if no one steps up
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants