Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/h2olog-collector-bq
Insert h2olog output into BigQuery
https://github.com/gfx/h2olog-collector-bq
h2o h2olog
Last synced: 26 days ago
JSON representation
Insert h2olog output into BigQuery
- Host: GitHub
- URL: https://github.com/gfx/h2olog-collector-bq
- Owner: gfx
- Created: 2020-03-11T07:26:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T07:58:57.000Z (over 3 years ago)
- Last Synced: 2024-06-20T12:00:58.532Z (5 months ago)
- Topics: h2o, h2olog
- Language: Go
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h2olog-collector
A log collector for [h2olog](https://github.com/toru/h2olog)
## Prerequisites
* Go compiler (>= 1.14)
* [h2olog](https://github.com/toru/h2olog)
* BigQuery table
* GCP authentication file named `autnh.json`## Build
`make all` to build a binary for the current machine.
Or, you can use `make release-linux` to build a binary for Linux.
## Copyright
Copyright (c) 2019-2020 Fastly, Inc., FUJI Goro
See LICENSE for the liense.