• 0 Posts
  • 6 Comments
Joined 11 months ago
cake
Cake day: November 2nd, 2023

help-circle
  • volkris@alien.topBtoIPFSAlternatives to w3name for IPNS?
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    For other readers, if you follow the link they do say why they didn’t do this in-house from the beginning, basically crummy documentation about how to actually do it.

    For the poster, I’d say that yes, if you have the resources to do it, this sounds like something you should do in-house. Maybe use Kubo for NS even if you use Helios for everything else? Kubo might be more mature and easier to set up for something like this.

    Also, the main alternative to IPNS is DNSLink, and I don’t see that mentioned in your blog post. Maybe DNSLink would work for your case, and it sounds like you’d have the centralized platform to operate the nameserver needed for it, in-house.





  • volkris@alien.topBtoIPFSGet CID of a huge binary
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Well at the risk of being unhelpful ( :) ) I’d take a second to reevaluate whether I really need the huge files in the first place, or whether it would be better/possible to have the content of the file unpacked natively inside IPFS.

    IPFS is just not really optimized for big binary files, and you’re running into that. It has a ton of features for collecting and connecting atoms of raw content outside of files, though, and if your application involved content that could be handled natively like that you might find some of those features to be a helpful bonus.

    Think of IPFS as a database, not a filesystem. Using it for huge files is akin to putting the file in the field of an SQL table. It’s kind of awkward.

    Anyway, I also worry about performance when people start talking about big files. That comes with A LOT of overhead. However, I have heard some people talking about getting acceptable real world performance.