Coder Social home page Coder Social logo

lurker's Introduction

lurker

Build Status

Workflow analytics.

Overview

Prerequisites:

lurker collects metrics about process workflows and facilitates the creation of reports based on these metrics. Assuming the prerequisites are installed, the server can be setup using the following:

git clone https://github.com/jagoda/lurker.git /opt/lurker
cd /opt/lurker
npm install
export INFLUXDB_URL="<your influxdb database>"
export GITHUB_ORGANIZATION="GitHub organization"
export GITHUB_SECRET="a shared secret"
npm start

The GITHUB_SECRET environment variable is required in order for lurker to verify webhook requests. The GITHUB_ORGANIZATION environment variable specifies which GitHub organization's members will be allowed to access the status UI. The port that the server listens on can also be configured using the PORT environment variable.

Supported Webhooks

Hook Endpoint
GitHub /github

lurker's People

Contributors

jagoda avatar

Stargazers

Tyler Cross avatar

Watchers

James Cloos avatar

lurker's Issues

Jira webhook

Need to collect Jira events similar to how GitHub events are being collected.

Migrate from Cube to Grafana for UI reporting

The original approach for Lurker was to use Cube for the time series database. Cube had a built-in reporting interface that was insecure. The Lurker UI provides a secure wrapper around this interface. Now that Influx is being adopted, the UI should package Grafana instead.

Admin UI

Currently, a webhook configuration needs to be manually added to projects in GitHub for metrics to be collected. This is tedious and difficult to keep track of. Lurker should provide a web UI that allows managing metric collection settings from a centralized and easy to use dashboard.

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.