Giter VIP home page Giter VIP logo

harvester's Introduction

Harvester

Metrics gathering for Hyrax and other web services

This software implements a simple system to poll web servers and read log file entries. There are two parts to the software: a reporter which is installed alng with the web server (it is a servlet) and a collector that periodically polls the known servers paired with reporter instances. The reporter reads information from a log file (either the web server's main log file or a special one made just for this software) treating each line as a record. Each record is parsed using a regular expression that can be set as part of the report's configuration. Each parsed filed is named (the names are also set as part of the reporter's configuration). Each line is returned as a set of field name and value pairs in a simple JSON list.

See the two subdirectories here for the reporter and collector projects.

Building the software

Each of the two subdirectories here contains a complete Java/Spring project that is built using gradle. If you don't have gradle installed, use the gradle wrapper build script gradlew. To work on this software, it is easiest to make two projects, one for the reporter and a spearate one for the collector. You should set these up to build using gradle, include the lombok code and enable them as spring-boot projects. Each directory has a Readme with more information.

NOTE: That this one git repo has two separate projects

harvester's People

Contributors

jgallagher59701 avatar grined avatar

Watchers

Sam Lloyd 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.