Skip to content

Update some wording on current alpha state vs future architecture #39

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

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ https://polybase.xyz/whitepaper

### Where is the data on Polybase stored?

<Info>
**During Alpha** Polybase runs all the nodes that store your data, but pluggable storage will be available soon.
</Info>

Storage on Polybase is pluggable, that means as a developer you can choose the
trade offs between the various storage and indexing options.

Expand All @@ -50,11 +54,6 @@ Out of the box, the default SDK implementation uses the Polybase datastore,
which is a decentralized datastore with **similar functionality to Firebase
Firestore**.

info

**During Alpha** only the Polybase datastore is available, but other storage
options will be available soon.

### If data is stored off-chain, isn’t Polybase centralized?

Actually, no.
Expand All @@ -68,6 +67,10 @@ about the methodology.

### Can everyone see my data on Polybase?

<Info>
**During Alpha** Polybase runs all the nodes that store your data, and data will be publicly visible.
</Info>

It depends which storage option you choose:

- **Local storage / custodial** \- no one else can see the data, only the user
Expand All @@ -79,12 +82,6 @@ In all cases, data should be encrypted to ensure the best privacy protection.
The Polybase SDKs provide the functionality to encrypt the data with a wallet.
This could be a user’s Metamask wallet or a custodial wallet for the dApp.

<Info>
**During Alpha** only the Polybase datastore is available, but other storage
options will be available soon.

</Info>

### How can the data on Polybase be accessed without going through the Polybase gateway?

While we are in alpha, the only way to access the Polybase network is through
Expand Down