From 19414e8d345ca70948e37c59d83434e4ecac72c9 Mon Sep 17 00:00:00 2001
From: Carl Cervone <42869436+ccerv1@users.noreply.github.com>
Date: Sun, 19 Jan 2025 21:53:37 -0500
Subject: [PATCH] feat(docs): featured datasets table (#2822)
---
apps/docs/docs/integrate/datasets/index.mdx | 196 ++++++++++++++++++--
1 file changed, 177 insertions(+), 19 deletions(-)
diff --git a/apps/docs/docs/integrate/datasets/index.mdx b/apps/docs/docs/integrate/datasets/index.mdx
index 911eee39d..fc925cbc1 100644
--- a/apps/docs/docs/integrate/datasets/index.mdx
+++ b/apps/docs/docs/integrate/datasets/index.mdx
@@ -18,17 +18,174 @@ import ArbitrumLogo from "./arbitrum.png";
import EasLogo from "./eas.png";
import OcLogo from "./open-collective.png";
-OSO shares every dataset on BigQuery Analytics Hub.
-To get started,
-[set up your BigQuery account](../../get-started/bigquery.mdx).
+Check out our [BigQuery data exchange](https://console.cloud.google.com/bigquery/analytics-hub/exchanges/projects/87806073973/locations/us/dataExchanges/open_source_observer_190181416ae) to explore all the OSO datasets available.
+If you don't have a BigQuery account, [start here](../../get-started/bigquery.mdx).
+
+Here are some of our featured public datasets:
+
+
+
+
+
+
+
+## OSO Production Pipeline
@@ -120,7 +277,7 @@ WHERE project_id = 'XSDgPwFuQVcj57ARcKTGrm2w80KKlqJxaBWF6jZqe7w=' AND event_type
GROUP BY project_id, event_source
```
-### OSO Playground
+## OSO Playground Dataset
@@ -231,7 +388,7 @@ WHERE RowNumber = 1;
```
-### Ethereum Data
+### Ethereum ETL
@@ -269,7 +426,7 @@ limit 10
```
-### Optimism Data
+### Superchain
@@ -310,7 +467,7 @@ For example, to get all transactions to the 4337 EntryPoint contracts for all OP
order by dt, chain
```
-### Arbitrum Data
+### Arbitrum One
@@ -344,7 +501,7 @@ order by number
**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**
-### Filecoin Data
+### Filecoin Lily
@@ -379,7 +536,7 @@ where
```
-### Farcaster Data
+### Farcaster
@@ -451,7 +608,7 @@ FROM eth_addresses
**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**
-### Lens Data
+### Lens
@@ -536,7 +693,7 @@ where passport_address = '0xd8da6bf26964af9d7eed9e03e53415d37aa96045'
**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**
-### OpenRank Data
+### OpenRank
@@ -614,7 +771,7 @@ where
**Remember to replace 'YOUR_PROJECT_NAME' with the name of your project in the query.**
-### Open Collective Data
+### Open Collective
@@ -686,3 +843,4 @@ Here are a few to start:
- [**SQL Query Guide**](../query-data.mdx): to quickly query and download any data
- [**Python notebooks**](../../guides/notebooks/index.mdx): to do more in-depth data science and processing
- [**Connect OSO to 3rd Party tools**](../../guides/visualization-tools/index.mdx): like Hex.tech, Tableau, and Metabase
+