TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are there any tools for viewing activity across multiple GitHub repos

10 pointsby tegansnyderalmost 5 years ago
I'm interested in seeing the at a glance view across multiple Github repos. Something that can provide me a pulse of what is happening across the many micro-repos that make up a larger project. Are you aware of any good OS solutions to this?

4 comments

kenrosealmost 5 years ago
Hey Tegan, are you looking for &quot;pulse&quot; that&#x27;s more dev focused or ops focused?<p>There a few tools like Pluralsight Flow and Code Climate that focus on git specific metrics (e.g., time to merge, developer velocity, etc.)<p>On the ops side of things, if it&#x27;s a bunch of repos feeding into a larger service, you may want to look at a service catalog offering. This kind of tooling shows what&#x27;s running in production, who owns it, and how healthy it is. Open source offerings are Backstage (by Spotify) and Clutch (by Lyft). There are also SaaS options available like OpsLevel.<p>(Disclosure &#x2F; Shameless Plug: I&#x27;m CTO&#x2F;co-founder @ OpsLevel).
评论 #24131909 未加载
jrcummingsalmost 5 years ago
I developed this to get a quick look at all the Issues and PRs open across my various repositories. It helps me keep track of everything directly from the command line. Hopefully it can help you!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;joecummings&#x2F;gitmine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;joecummings&#x2F;gitmine</a><p>It&#x27;s open-sourced so if it doesn&#x27;t exactly fit your needs, just open an issue and we&#x27;ll look into adding to it (or you can submit a PR yourself).
hrishiosalmost 5 years ago
If you&#x27;re looking at the ops level to oversee a project (which is sounds like you are), Haystack might be a good option:<p><a href="https:&#x2F;&#x2F;www.usehaystack.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.usehaystack.io&#x2F;</a>
Pozzuhalmost 5 years ago
I assume watching the repositories you want to monitor and checking your Github feed on the homepage is not working for you. If so, what exactly is missing?
评论 #24131887 未加载
评论 #24127049 未加载