You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a LibP2P-based project and need to find a good P2P database that is written in Go so that I could possibly integrate it into the existing codebase. As LibP2P uses IPFS for the storage and handles many of the P2P requirements, this is greatly benefitable.
In searching for existing IPFS and/or LibP2P databases, I also came across OrbitDB (JavaScript implementation) which seems to allow for sharding and replication and I was wondering if ThreadDB can also allow for this functionality as well since what I really need is to be able to spread the database across multiple IPFS instances that will be running in a private cluster on a P2P VPN.
Any information that you could provide would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I am working on a LibP2P-based project and need to find a good P2P database that is written in Go so that I could possibly integrate it into the existing codebase. As LibP2P uses IPFS for the storage and handles many of the P2P requirements, this is greatly benefitable.
In searching for existing IPFS and/or LibP2P databases, I also came across OrbitDB (JavaScript implementation) which seems to allow for sharding and replication and I was wondering if ThreadDB can also allow for this functionality as well since what I really need is to be able to spread the database across multiple IPFS instances that will be running in a private cluster on a P2P VPN.
Any information that you could provide would be greatly appreciated.
The text was updated successfully, but these errors were encountered: