Skip to content

Commit

Permalink
feat(docs): list most popular versioned models
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 committed Dec 17, 2024
1 parent f27ab89 commit 7413ce1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion apps/docs/docs/integrate/datasets/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,26 @@ where project_name = 'uniswap'

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

_Note: Unless the model name is versioned, expect that the model is unstable and should not be depended on
_Note: Unless the model name is versioned with a `v1` or higher, expect that the model is unstable and should not be depended on
in a live production application._

Some of our most popular v1 models include:

- `projects_v1`: a list of all projects in the OSO data pipeline
- `artifacts_by_project_v1`: a list of all artifacts owned by a given project
- `projects_by_collection_v1`: a list of all projects in a given collection
- `code_metrics_by_project_v1`: a list of all code metrics for a given project
- `onchain_metrics_by_project_v1`: a list of all onchain metrics for a given project (by chain)

Some of the v0 (WIP) models that we include in analysis but do not recommend for production use:

- `timeseries_events_by_artifact_v0`: a list of all events for a given artifact (our unified event table)
- `oss_funding_v0`: a list of all funding grants to projects, indexed by project and funder
- `repositories_v0`: a list of all GitHub repositories, indexed by project
- `sboms_v0`: a list of package dependencies (software bill of materials), indexed by project
- `package_owners_v0`: a mapping of packages to GitHub repositories, indexed by project
- `contracts_v0`: a list of all discovered contracts, downstream from their deployers and/or factories

### OSO Staging / Intermediate Models

From source data, we produce a "universal event table", currently stored at
Expand Down

0 comments on commit 7413ce1

Please sign in to comment.