Skip to content

Commit

Permalink
docs: add filecoin data to data overview (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng committed Sep 6, 2024
1 parent 1ce9b73 commit 9ef634c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added apps/docs/docs/integrate/overview/filecoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions apps/docs/docs/integrate/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import OsoLogo from "./oso-primary.png";
import GithubLogo from "./github.png";
import EthereumLogo from "./ethereum.png";
import SuperchainLogo from "./superchain.png";
import FilecoinLogo from "./filecoin.png";
import FarcasterLogo from "./farcaster.jpg";
import LensLogo from "./lens-protocol.png";
import GitcoinLogo from "./gitcoin.png";
Expand Down Expand Up @@ -261,6 +262,31 @@ where

**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**

### Filecoin Data

<img src={FilecoinLogo} width="100" />

<Button
size={"compact"}
color={"blue"}
target={"_blank"}
link={
"https://console.cloud.google.com/bigquery/analytics-hub/exchanges/projects/87806073973/locations/us/dataExchanges/open_source_observer_190181416ae/listings/filecoin_191c7f4bd01"
}
children={"Subscribe on BigQuery"}
/>{" "}

- [Reference documentation](https://models.opensource.observer/#!/source_list/filecoin)
- [Source documentation](https://lilium.sh/data/)
- [Updated weekly](https://github.com/opensource-observer/oso/blob/main/warehouse/oso_dagster/assets/filecoin.py)

[Filecoin](https://filecoin.io/) is a decentralized storage network designed to
store humanity's most important information.
This dataset mirrors the dataset offered by [Lily](https://lilium.sh/data/)
for use in the OSO data pipeline.
It includes storage deals, miners, FVM transactions, and much more.


### Farcaster Data

<img src={FarcasterLogo} width="100" />
Expand Down

0 comments on commit 9ef634c

Please sign in to comment.