Skip to content

Commit

Permalink
docs: feedback from partners on data portal (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Jul 23, 2024
1 parent af91323 commit 519b413
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/docs/docs/integrate/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,13 @@ where passport_address = '0xd8da6bf26964af9d7eed9e03e53415d37aa96045'
- [Reference documentation](https://models.opensource.observer/#!/source_list/karma3)
- [Updated daily](https://dagster.opensource.observer/assets/karma3)

[OpenRank](https://openrank.com/) is a decentralized reputation protocol based on
[Eigentrust](https://en.wikipedia.org/wiki/EigenTrust).
[OpenRank](https://openrank.com/) is a reputation protocol that enables
verifiable compute for a large class of reputation algorithms,
in particular those that (a) operate on a graph,
(b) are iterative in nature and (c) have a tendency toward convergence.
Such algorithms include EigenTrust, Collaborative Filtering, Hubs and Authorities,
Latent Semantic Analysis, etc.

In this dataset, Farcaster users reputations are scored in 2 ways:
- With `globaltrust`, we calculate global reputation scores, seeded by the trust of Optimism badgeholders.
- With `localtrust`, you can get reputation scores of other users relative to specified user.
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/docs/integrate/query-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ To keep track of your usage, check the bytes scanned in the top right corner bef

![cost estimate](./bigquery_cost_estimate.png)

BigQuery costs can rack up quickly if you are not careful optimizing your queries.
For more on how you can optimize your queries, check out these guide:

- [BigQuery: Optimize query computation](https://cloud.google.com/bigquery/docs/best-practices-performance-compute)
- [Avoiding eight common BigQuery query mistakes](https://www.doit.com/avoiding-eight-common-bigquery-query-mistakes/)

## Exploring the data

The OSO data pipeline is fully visible to queries.
Expand Down

0 comments on commit 519b413

Please sign in to comment.