Git Product home page Git Product logo

riak-log4j-appender's Introduction

Introduction

This is a very basic log4j appender which stores records in riak. The aim of this project is to build a high performance, low maintenance logger which can be used for real time system monitoring.

This is not a replacement for appending to a log file, this will always have a place in recording historical events or errors. I am attempting to overcome the sometimes daunting task of using grep/sed/awk to mine information from logs.

Goals

At the moment this library stores log events in riak encoded as JSON. Each record includes a sequence number to enable simple analysis of data loss.

This library is roughly feature complete for my first test run. That said I am keen to see some data before doing another round of hacking. The features I will be working on next are:

  • HTTPS support
  • basic auth support
  • proxy support

Acknowledgments

This library depends on Netty which is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients.

References

When looking for some baseline values for the http connection re-use I chose the following values (see Wikipedia - HTTP persistent connection).

  • Max Connections per protocol/host/port is 5
  • Connection Idle timeout is 115 seconds

riak-log4j-appender's People

Contributors

wolfeidau avatar

Stargazers

Mark Phillips avatar Russell Brown avatar  avatar

Watchers

 avatar James Cloos 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.