All Projects → muesli → Gitflux

muesli / Gitflux

Licence: mit
Track your GitHub projects in InfluxDB and create beautiful graphs with Grafana

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gitflux

Avro Builder
Ruby DSL to create Avro schemas
Stars: ✭ 82 (-2.38%)
Mutual labels:  hacktoberfest
Node Mongodb Fixtures
🍏 Setup and tear down test fixtures with MongoDB.
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Radical.saga
A Light-Weight Access Layer for Distributed Computing Infrastructure and Reference Implementation of the SAGA Python Language Bindings.
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Free Certifications
Curated list of free courses & certifications
Stars: ✭ 1,241 (+1377.38%)
Mutual labels:  hacktoberfest
Eleventy
A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Stars: ✭ 10,867 (+12836.9%)
Mutual labels:  hacktoberfest
Ansible Playbook
An Ansible playbook for automated deployment of full-stack Plone servers.
Stars: ✭ 82 (-2.38%)
Mutual labels:  hacktoberfest
Docker Mycroft
Mycroft Development Environment inside Docker!
Stars: ✭ 81 (-3.57%)
Mutual labels:  hacktoberfest
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (+1379.76%)
Mutual labels:  hacktoberfest
Wiki
Archive of free60.org mediawiki
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Rws Ruby Sdk
Ruby Client for Rakuten Web Service
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+1383.33%)
Mutual labels:  hacktoberfest
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+14063.1%)
Mutual labels:  hacktoberfest
Rstfinder
Fast Discourse Parser to find latent Rhetorical STructure (RST) in text.
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
React Native Merlin
🧙 Simple web-like forms in react native.
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Pugxautocompleterbundle
Add an autocomplete field to your Symfony forms
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Acex
ACE3 Extra misc modules and components
Stars: ✭ 82 (-2.38%)
Mutual labels:  hacktoberfest
Fog Google
Fog for Google Cloud Platform
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest
Docker
Development repository for the docker cookbook
Stars: ✭ 1,253 (+1391.67%)
Mutual labels:  hacktoberfest
Paru
Feature packed AUR helper
Stars: ✭ 1,240 (+1376.19%)
Mutual labels:  hacktoberfest
Puppet Php
Generic Puppet module to manage PHP on many platforms
Stars: ✭ 83 (-1.19%)
Mutual labels:  hacktoberfest

gitflux

Track your GitHub projects in InfluxDB and create beautiful graphs with Grafana

Features

Lets you track these things:

  • Yourself
    • [x] Follower counts
    • [x] Notifications
  • Repositories
    • [x] Stars
    • [x] Forks
    • [x] Watchers
    • [x] Commits
  • Issues
    • [x] State
    • [x] Assignees
    • [x] Labels
  • PRs
    • [x] State
    • [x] Assignees
    • [x] Labels

Usage

Import statistics for all your source repositories:

$ gitflux repository
Finding user's source repos...
Found 83 repos
Parsing muesli/gitflux
    Finding PRs for repo...
    Found 38 PRs!
    Finding issues for repo...
    Found 39 issues!
Parsing muesli/duf
...

Import statistics for a specific repository:

$ gitflux repository muesli/gitflux
Parsing muesli/gitflux
    Finding PRs for repo...
    Found 38 PRs!
    Finding issues for repo...
    Found 39 issues!

Import relationship statistics:

$ gitflux relationships
Finding relationships for user...
Found 1109 followers

Import notification statistics:

$ gitflux notifications
Finding notifications for user...
Found 14 unread notifications

Flags

--influx string          InfluxDB address (default "http://localhost:8086")
--influx-bucket string   InfluxDB bucket (default "github")
--influx-token string    InfluxDB auth token

Screenshots

Graphs about you

followers notifications

Graphs about all your source repos

stars forks watchers commits issues prs

Graphs about individual projects

stars forks watchers commits issues issue labels issue bars prs pr labels pr bars

TODOs

  • Add a docker-compose.yml with the following services:
    • InfluxDB
    • Grafana
    • gitflux
  • More graphs?
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].