Github Activity Contributors Count

    Definition

    The Github Activity Contributors Count metric shows the unique number of people (represented as Github accounts) that have contributed to the public repositories of a project. The author of all events are considered.


    Access

    Free Access


    Measuring Unit

    Number of people


    Data Type

    Timeseries Data


    Frequency

    Five-Minute Intervals


    Latency

    Development Activity Data Latency


    Available Assets

    Available for these assets


    SanAPI

    The metric ис available under the github_activity_contributors_count name.

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "github_activity_contributors_count") {
        timeseriesData(
          slug: "santiment"
          from: "2020-01-13T00:00:00Z"
          to: "2020-01-18T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer