Code Monkey home page Code Monkey logo

logdb's Introduction

logdb

A logging system based on mysql for logging structured messages.

High performance, self defined fields, auto deployment, auto creation and updates of table structure, auto table switching and auto generation of C API.

中文介绍:http://blog.haipo.me/?p=1176

Deployment

Logdb is usually deployed in following directory structure:

logdb_test
|---bin
|   |---logdb
|   |---loginf
|---conf
|   |---default.ini
|---log
|---manage.sh
|---shell
|   |---check_alive.sh.template
|   |---load_fail_log.sh

Make sure to run only one instance of logdb from one directory. If you need more instances of logdb on the same machine, use different directories.

Installation

  1. clone the github source files.
  2. cd the src directory
  3. make and make install
  4. edit the default.ini in ./conf/ directory
  5. cd the ./ path, and ./manage.sh deploy
  6. done.

Compilation

Before make, please make sure libmysqlclient is installed.

logdb's People

Contributors

haipome avatar charlestang avatar felix021 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.