项目作者: gmendonca

项目描述 :
tapper is a Go program to process and analyse Hive and Presto query logs.
高级语言: Go
项目地址: git://github.com/gmendonca/tapper.git
创建时间: 2018-10-25T16:40:32Z
项目社区:https://github.com/gmendonca/tapper

开源协议:Apache License 2.0

下载


tapper GoDoc Go Report Card Build Status

tapper is a Go program to process and analyse Hive and Presto query logs.

Introduction

tapper uses the logs coming from an ES to process and analyse the query log.
query-log-parser is an attempt to get the log
from Hive logs and Presto UI to make it eligible to be processed. We could read the documentation
for more information on the format of the queries. From that logs some metrics are posted to Datadog.

Installation

  1. $ go get github.com/gmendonca/tapper
  2. $ which tapper
  3. $GOPATH/bin/tapper

Usage

  1. $ tapper logs --config ./configs/config.json