Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #31

wants to merge 1 commit into from

Conversation

shaki150697
Copy link

Polybase is a web3 native database that understands tokens, wallets, and ZK. We are a drop-in replacement for Firebase, Supabase, etc with added features like public verifiability, end-end encryption, self-sovereign data & censorship resistance.

Our mission is to restore humanity's control of its information. I would love to have Polybase as a part of your awesome list.

@milahu
Copy link

milahu commented Jun 25, 2023

https://polybase.xyz/whitepaper

This paper describes Polybase, a horizontally scalable decentralised query, index and storage protocol for structured data.

P2P

All network participants communicate over a P2P system (built on the modular p2plib library).

In the IPFS P2P protocol [Ben14], each request for content results in a walk of the DHT and a new connection before any transfer can begin (as each piece of content is equally likely to be on any given node in the network). This results in high latency when fetching content, which would be unacceptable within the requirements of the Polybase protocol.

Instead Polybase’s P2P protocol optimises for stable connections to nodes who are interested in similar content, creating a sub-network of indexers and clients for each sub-section of data. Each node can be part of one or more of these sub-networks.

All P2P connections are run using Multiplex, allowing different Polybase sub-protocols (blockchain, indexers, DHT) to reuse the existing connections between nodes.

yepp, IPFS is slow. so basically, this is a "faster IPFS"?

your homepage (https://polybase.xyz) is missing a link to your github org (https://github.com/polybase)

currently 12 github stars for https://github.com/polybase/polylang
how is this better than more popular tools?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants