All Projects → lyrixx → Githubgraph

lyrixx / Githubgraph

This little app graph all Github history for a project, and push some data to a graphite server.

Projects that are alternatives of or similar to Githubgraph

Stats
A C++ header-only library of statistical distribution functions.
Stars: ✭ 292 (+2820%)
Mutual labels:  stats
Stats
macOS system monitor in your menu bar
Stars: ✭ 7,134 (+71240%)
Mutual labels:  stats
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+5310%)
Mutual labels:  stats
Linfo
Linfo PHP Server Health Status
Stars: ✭ 299 (+2890%)
Mutual labels:  stats
Appstat
Get AppStore apps stats
Stars: ✭ 322 (+3120%)
Mutual labels:  stats
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+41420%)
Mutual labels:  stats
Nhl Led Scoreboard
🚨 Display NHL live score, stats, and more of your favorite teams, on a Raspberry Pi driven RGB LED matrix. 🚨
Stars: ✭ 266 (+2560%)
Mutual labels:  stats
Gin Stats
Gin's middleware for request stats
Stars: ✭ 24 (+140%)
Mutual labels:  stats
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+3320%)
Mutual labels:  stats
Go Runtime Metrics
Collect Golang Runtime Metrics, outputting to a stats handler
Stars: ✭ 501 (+4910%)
Mutual labels:  stats
Phishing.database
Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.
Stars: ✭ 296 (+2860%)
Mutual labels:  stats
Fortnite Api
Fortnite API, Get Stats, News And Status
Stars: ✭ 317 (+3070%)
Mutual labels:  stats
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+51290%)
Mutual labels:  stats
Kixi.stats
A library of statistical distribution sampling and transducing functions
Stars: ✭ 294 (+2840%)
Mutual labels:  stats
Laravel Visits
📊 Laravel Visits is a counter that can be attached to any model to track its visits using Redis or Eloquent. (with tags, IP protection and caching)
Stars: ✭ 582 (+5720%)
Mutual labels:  stats
Wallace Cli
Pretty CSS analytics on the CLI
Stars: ✭ 281 (+2710%)
Mutual labels:  stats
Vprof
Visual profiler for Python
Stars: ✭ 3,799 (+37890%)
Mutual labels:  stats
Mongo schema
Python Package to provide a rough schema for the mongodb collection
Stars: ✭ 8 (-20%)
Mutual labels:  stats
Opencensus Java
A stats collection and distributed tracing framework
Stars: ✭ 640 (+6300%)
Mutual labels:  stats
Whybundled
Answers the question – Why the hell is this module in a bundle?
Stars: ✭ 477 (+4670%)
Mutual labels:  stats

GithubGraph

This little app graph all Github history for a project, and push some data to a graphite server.

Requirements

  • php 5.5+
  • a graphite server

Installation (phar)

Download the latest phar, then create a config.yml file. See the sample.

Installation (manual)

composer create-project lyrixx/github-graph
cd github-graph
cp config.yml-dist config.yml
# configure this file
php bin/github-graph symfony/symfony

Graphite configuration

You will probably need to update storage-schemas.conf of the carbon configuration:

[github]
pattern = ^github
retentions = 1d:5y

Usage

php github-graph.phar symfony/symfony

you can also play with verbosity level:

# display nothing
php github-graph.phar symfony/symfony -q

# default display
php github-graph.phar symfony/symfony

# More verbose
php github-graph.phar symfony/symfony -v

# Very verbose
php github-graph.phar symfony/symfony -vv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].