nabu VS multiaddr

Compare nabu vs multiaddr and see what are their differences.

nabu

A minimal Java implementation of IPFS (by Peergos)

multiaddr

Composable and future-proof network addresses (by multiformats)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nabu multiaddr
1 3
55 415
- 0.5%
9.3 3.8
5 days ago about 1 month ago
Java Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nabu

Posts with mentions or reviews of nabu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-16.
  • Filecoin Foundation Successfully Deploys IPFS in Space
    8 projects | news.ycombinator.com | 16 Jan 2024
    The block auth is very generic, just an extra top level key in cbor maps or a small prefix in raw blocks. The protocol is S3 V4 signatures.

    There is a Java implementation of the modified bitswap for this in Nabu [0] and a Go one in ipfs-nucleus [1]. With both of these you can use whatever auth verification protocol you like.

    [0] https://github.com/peergos/nabu

    [1] https://github.com/peergos/ipfs-nucleus/

multiaddr

Posts with mentions or reviews of multiaddr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-16.
  • Filecoin Foundation Successfully Deploys IPFS in Space
    8 projects | news.ycombinator.com | 16 Jan 2024
    > because, right here right now, that is such a hypothetical situation that I have absolutely no idea why it needs a real-world demonstration of proof of concept using currently-available technology.

    So I just want to point out that IPFS was fairly deliberately designed to have numerous, forward-compatible features that could be swapped out in the future : like https://multiformats.io/ and in particular https://multiformats.io/multiaddr/ .

    In the IPFS community, there's always been a fairly heated discussion about which bit of the entire system should be stuck with the term IPFS. Like, if you took away the libp2p protocol, and just served CIDs over http, would it be IPFS? What if you took away CAR files (the merkle-tree file format used to define multi-item content)? What if you're a private IPFS network, with no shared nodes with the public network (like https://github.com/TryQuiet/quiet ). What if you didn't use bitswap, the file transfer protocol (Filecoin doesn't use bitswap, and mostly doesn't interconnect with the main public IPFS network). What about if you didn't use a DHT to find providers of a CID. What if you're not using any of the "IPFS" software stack, but your implementation still uses bits and pieces of content-addressability as defined in the standard?

    Interestingly, right now, there are a bunch of experiments going in all of these directions: I think it's fair to say that if you wanted to test out content-addressable networks across the solar system, they probably wouldn't be IPFS as it is now, but their nature could probably be described using the primitives the IPFS stack uses, and learning about what needs to change would give a useful direction to some part of the extended IPFS ecosystem.

  • TXT Flood
    1 project | /r/pihole | 19 Feb 2023
    I'm not sure where they are coming from, but this looks like related to this project: https://github.com/multiformats/multiaddr
  • A mostly complete guide to hosting a public IPFS gateway
    6 projects | /r/ipfs | 18 Mar 2022
    If you want people to be able to connect to your gateway via ipfs swarm connect /dnsaddr/ipfs.example.org, then you need to add some TXT records. You can type ipfs id to get the list of addresses associated with your node.

What are some alternatives?

When comparing nabu and multiaddr you can also consider the following projects:

ipfs-companion - Browser extension that simplifies access to IPFS resources on the web

infra - Tools and systems for the IPFS community

ipfs-w3auth-gateway - A web3 authentication service on IPFS gateway

Go IPFS - IPFS implementation in Go [Moved to: https://github.com/ipfs/kubo]

ipfs-desktop - An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.