Giter VIP home page Giter VIP logo

addons-issue-counts's Introduction

addons-issue-counts

Scripts for pushing add-ons specific github issue counts into influxdb. Uses github's GraphQL API and node-influx to push stats into influxdb easy graphing.

Want to use this for your own project?

  • Copy this and create your own repo. You probably don't want to fork this since you won't need to track the changes.
  • Update the query and script in bin/getGithubIssueCounts to suit your needs.
  • Be sure to update your event naming - see the prefix in measurement.
  • Add the following tokens to a .env file (to test locally) or circle-ci if you are wanting to use Circle-ci's cron to push the stats into datadog (recommended).
    • Add GH_TOKEN you should set this to public_access (no scope) since this is most likely public data.
    • Add INFLUX_DB_HOST
    • Add INFLUX_DB_PORT
    • Add INFLUX_DB_DATABASE
    • Add INFLUX_DB_USER
    • Add INFLUX_DB_PASSWORD
  • Check you're receiving data for your events in influx/grafana.
  • When you're happy run this from Circl-ci and find interesting ways to to graph the data.
  • If you make something cool with this please let me know!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.