Visualize repository activity, pull request metrics, and contributor statistics with automated engineering dashboards.

Overview

Track development velocity, code review times, and repository health with automated GitHub metrics visualization. Monitor pull request lifecycle, contributor activity, and issue resolution times without manual spreadsheet tracking. Ideal for engineering managers, DevOps teams, and open source maintainers.

How it works

Connect GitHub repositories through OAuth authentication. Lumis automatically pulls commit history, PR data, issue tracking, and contributor metrics. Create dashboards showing sprint progress, code review efficiency, or project health. Webhook integration ensures real-time updates as development activity happens.

Configure - implementation details

GitHub webhooks trigger immediate dashboard updates for commits, PRs, and issues. GraphQL API queries optimize data fetching for large repositories.

// GitHub metrics collector
async function fetchRepoMetrics(owner, repo) {
  const query = `{
    repository(owner: "${owner}", name: "${repo}") {
      pullRequests(last: 100, states: MERGED) {
        edges {
          node {
            createdAt
            mergedAt
            additions
            deletions
          }
        }
      }
    }
  }`;
  
  return await github.graphql(query);
}

Github

Category

Developer Tools

Data Sources

Date Added

Apr 9, 2025

Ready to transform your data workflow?

14 day trial, no credit card required.

LaunchNow

Get all access

Get all access

Create a free website with Framer, the website builder loved by startups, designers and agencies.