Skip to content

dungw3b/dwlog

Repository files navigation

dwlog

Log service developed in Go, it is very fast in sending message log since used channel with non-blocking sender. It also uses gRPC as communication protocol

Build:

    $ cd example
    $ ./build.sh

Run:

    $ cd example
    $ mkdir example/data
    $ ./bin/dwlog-linux-amd64 -c conf/dwlog.json

About

a Log service is developed in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages