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 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 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

Ready to transform your data workflow?

14 day trial, no credit card required.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

Your data, illuminated.

Company

  • About

  • Blog

  • Hiring

  • Contact

© 2025 Lumis, Inc. All rights reserved. Lumis is a registered trademark of Lumis, Inc. All other trademarks, service marks, and company names mentioned herein are the property of their respective owners and are used for identification purposes only. By using this site, you agree to our Terms of Service and Privacy Policy. We are committed to protecting your data with industry-leading security standards.

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