lumberman

command module
v0.0.0-...-f255154 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2019 License: MIT Imports: 16 Imported by: 0

README

Lumberman

Lumberman

Logger service using gRPC stored in bbolt (bolt db)

Clients & Reference Implementation

Options

flag default description
-db_file lumberman.db Path to DB file
-port 9090 Port to listen for connections

Install and run with Go

go get github.com/webmocha/Lumberman

Run with defaults

Lumberman

specify a db file path and port

Lumberman -db_file /var/db/lumberman.db -port 12345

Run with Docker 🐳

docker run -d \
  --name lumberman \
  -p 9090:9090 \
  quay.io/webmochallc/lumberman

Persist db on host fs

docker run -d \
  --name lumberman \
  -p 9090:9090 \
  -v /var/db/lumberman/:/data/
  quay.io/webmochallc/lumberman -db_file /data/lumberman.db

Service Definition

see lumber.proto

Dev

updating .proto files

make proto

running project

ag -g '\.go' . | entr sh -c 'clear && make dev'

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL