Code Monkey home page Code Monkey logo

lighthouse's Introduction

Lighthouse

What is it?

Lighthouse is a service built on [Python Bottle] (http://bottlepy.org/docs/dev/) that monitors Fogbugz for updates from the URL Trigger.

Background

Fogbugz has a nifty [URL Trigger] (http://fogbugz.stackexchange.com/questions/6183/url-trigger-integrate-with-virtually-any-outside-system) which fires off a POST or GET to an external URL when an event occurs. (IE: When a case is opened and assigned to a specific person.) Lighthouse acts as the destination for the trigger, storing information into a mongodb document.

Installation

[Download and install MongoDB] (http://docs.mongodb.org/manual/installation)

git clone [email protected]:Dannyzen/lighthouse.git

pip install bottle

pip install pymongo

cd lighthouse
python lighthouse.py

Set your fogbugz url trigger to: 
    http://yourserver.com:1337/ticket?case_number={CaseNumber}&date={EventTime}&editor={PersonEditingName}&time={EventTime}&project_name={ProjectName}&status={StatusName}&title={Title}

Document structure

  •   db.ticket.find().pretty()
      {
      "_id" : ObjectId("51699fe743d213423d1586fd"),
      "status" : "Active (1. Fix It)",
      "week" : 15,
      "project_name" : "QA",
      "title" : "testing",
      "case_number" : "5259",
      "editor" : "Danny Rosen",
      "time" : "2013-04-13 18:11:23Z"
      "month": 4
      }
    

lighthouse's People

Contributors

dannyzen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

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.