OrbitDB: Peer-to-peer databases for the decentralized web
21–30 of 119 posts
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#22Re: OrbitDB: Peer-to-peer databases for the decentralized web
#23eventually consistent database Is an oxymoron
And if you want to operate over a distributed network, which means you WILL have network partitions, then you are subject to CAP and will need eventual consistency mechanisms.
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#24Re: OrbitDB: Peer-to-peer databases for the decentralized web
#25p2p DB in JS using CRDT. That sounds a lot like GUN. How does OrbitDB compare to GUN?
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#26eventually consistent database Is an oxymoron
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#27Earlier quoted context omitted.
Another one is that the source code of OrbitDB is not completely obfuscated.
Can you elaborate? Source code to GUN is right here: https://github.com/amark/gun/tree/master/src
I once tried to fix a bug that I found in GUN but I gave up after just trying to figure out what the code is supposed to do.
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#28Earlier quoted context omitted.
Another one is that the source code of OrbitDB is not completely obfuscated.
Can you elaborate? Source code to GUN is right here: https://github.com/amark/gun/tree/master/src
( Not sure "obfuscated" is the word I'd use, though. )
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#29Earlier quoted context omitted.
Can you elaborate? Source code to GUN is right here: https://github.com/amark/gun/tree/master/src
Yes sorry for not doing this. In the source code folder, please open any random file and try to understand what the code does. I once tried to fix a bug that I found in GUN but I gave up after just trying to figure out what the code is supposed to do.
Re: OrbitDB: Peer-to-peer databases for the decentralized web
#30It looks like they have an identity provider, so this must support authentication. Link: https://github.com/orbitdb/orbit-db-identity-provider What I'd like to know is do they support authorization?