In contrast to client-server models, peer-to-peer systems are decentralized networks with no privileged nodes. Each node performs the same roles as any other.
A philosophically pluralistic way of computing that recognizes there isnât only one correct primary site (see: A Certain Tendency Of The Database Community).
Examples include BitTorrent, blockchains, Rhizome
Databases
- Limitations of Operation logs
- â⊠scenarios where somebody is following a lot of users with a lot of history in SSB and needing to wait for all the logs to be processed, or when a new database replica is added and needs to fetch all the existing state (whether itâs a regular DB or a blockchain full node).â
- âOne way to get around needing to âcatch upâ with a writer is to get âsnapshotsâ of the current state of the data from trusted peersâ
- However, the naive approach does not work in peer-to-peer situations as we canât verify the legitimacy of the whole snapshot
- Can we utilize ZK proofs here?
- Overall, unsolved. All of this together leads to either a centralization of power in long-lived nodes that do the replication for you due to preferential attachment
- Actual databases use indices
- âFor example, instead of an application getting a list of every single post in a database and filtering based on the âtagsâ, they can sayÂ
Get me the first 32 posts with the tag #cats
 and the database engine will figure out how to do that for them.â - This can heavily optimize reads for client applications
- âFor example, instead of an application getting a list of every single post in a database and filtering based on the âtagsâ, they can sayÂ
- Mauve suggests that we can actually solve these using Prolly Trees
Values
- We should improve and preserve the Web. The Web is a genuine social accomplishment and we should look after it. Donât let lesser platforms win out.
- Devops is oppressive! Many people canât publish websites or apps because they canât run servers. Publishing should be accessible to all.
- âView sourceâ is critical to an open Web. The more code that users can read, the more code they can review and learn from.
- âModify sourceâ is the p2p Webâs great power. A Web that can be made and remade by its people can better serve their needs and produce a more diverse & exciting world. The Web should be a truly âliveâ society.
- Minimize change, maximize impact. The p2p Web should still be the Web. Make it better, donât remake it.
- Donât forget resilience. A web based on protocols, not platforms, is a safe web. Donât put data in silos but have various platforms use the same protocols to interact.