diff --git a/apps/docs/docs/get-started/index.mdx b/apps/docs/docs/get-started/index.mdx index e94dd8445..5867e18dd 100644 --- a/apps/docs/docs/get-started/index.mdx +++ b/apps/docs/docs/get-started/index.mdx @@ -4,6 +4,7 @@ sidebar_position: 1 --- import Link from "@docusaurus/Link"; +import Button from "../../src/components/plasmic/Button"; :::info There are two easy ways of accessing OSO datasets: through our GraphQL API @@ -16,8 +17,8 @@ it's best to go direct to the data warehouse. OSO's data warehouse is currently located in BigQuery on Google Cloud (GCP). Every data model is made publicly available by a BigQuery dataset. -See our [data exchange](https://console.cloud.google.com/bigquery/analytics-hub/exchanges/projects/87806073973/locations/us/dataExchanges/open_source_observer_190181416ae) -on Google Analytics Hub for a full list of public data sets. +See our [data overview](../integrate/overview/index.mdx) +for a full list of public data sets. ## Sign up for Google Cloud @@ -25,7 +26,7 @@ Navigate to [Google Cloud](https://cloud.google.com/) and log in. If this is your first time here, you can sign up for a free cloud account using your existing Google account. If you already have a GCP account, -[skip to the query](#make-your-first-query). +[skip to the dataset](#subscribe-to-the-oso-production-dataset). ![GCP Signup](./gcp_signup.png) @@ -44,7 +45,7 @@ Finally, you will be brought to the admin console where you can create a new pro Feel free to name this GCP project anything you'd like. (Or you can simply leave the default project name 'My First Project'.) -## Make your first query +## Subscribe to the OSO production dataset Go to the [BigQuery Console](https://console.cloud.google.com/bigquery). Navigate to **BigQuery** from the left-hand menu and @@ -59,18 +60,36 @@ This will be your workspace for querying the OSO dataset. ![GCP Welcome](./gcp_welcome.png) +Click on the following link to subscribe to the OSO production dataset: + +