Github Activity

    Definition

    Unlike Development Activity which excludes some of the events, the GitHub Activity metric uses all events to compute the metric.


    Access

    Free Access


    Data Type

    Timeseries Data


    Change Metrics

    Change Metrics


    Frequency

    Five-Minute Intervals


    Latency

    Development Activity Data Latency


    Available Assets

    Available for these assets


    SanAPI

    The metric is available under the github_activity name.

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

    Run in Explorer