grants-stack icon indicating copy to clipboard operation
grants-stack copied to clipboard

migrate OSO impact metrics to v1

Open ccerv1 opened this issue 1 year ago • 0 comments

Overview OSO is releasing a stable v1 of its API. For your queries, functionality will be identical to what you had previously, but the schema is a little different.

You can view the new models here.

Details

In order to replicate the same queries you implemented here, the relevant models are:

artifacts_by_project_v1: {
    project_id
  }

and

code_metrics_by_project_v1 {
    contributor_count
    first_commit_date
  }

We are also pushing a stable events_monthly_to_project_v1 model 🔜 (hopefully by the time you read this).

ccerv1 avatar May 21 '24 21:05 ccerv1