Giter Club home page Giter Club logo

Comments (2)

sanderpick avatar sanderpick commented on June 15, 2024

Heya @drwasho! I remember seeing that listed as a change on your go-ipfs fork, but haven't dug into determining if we'll need that as well. Are your nodes designed to not republish very often? Our mobile nodes currently make no attempt to be the sole source of any particular content (they are purely leaches, capable of traversing the DHT, and pin some local light content). We use the HTTP API on an IPFS cluster to remotely pin mobile content until a Filecoin solution is available. Desktop nodes function pretty much like a normal IPFS daemon, and users will have the option to sync mobile->desktop instead of / in addition to using our pinning service.

Just for some extra context, we have this concept of "threads" which is really just a key pair used to encrypt+decrypt shared files/photos. Threads are composed of updates, which form a git-like chain. Members of a thread need to know about these updates. Currently we use Floodsub for this, but it's not the right mechanism. I'm planning on using another DHT in addition to the public IPFS DHT which will share the burden of broadcasting these updates in a manner similar to the Bitcoin Network protocol.

from go-textile.

sanderpick avatar sanderpick commented on June 15, 2024

@drwasho I think I misunderstood your question - you're asking about these pointers, right? I didn't adopt that piece of OB in Textile originally, although now am looking to as we move away from the pubsub hack I mentioned above.

from go-textile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.