https://github.com/tinybirdco/libtb-go
Go library for sending data to Honeycomb
https://github.com/tinybirdco/libtb-go
Last synced: about 1 month ago
JSON representation
Go library for sending data to Honeycomb
- Host: GitHub
- URL: https://github.com/tinybirdco/libtb-go
- Owner: tinybirdco
- License: apache-2.0
- Created: 2021-02-25T15:50:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T11:22:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T03:56:07.707Z (over 1 year ago)
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libtb
Go library for sending events to [Tinybird](https://www.tinybird.co/). This is a fork of [libhoney-go](https://godoc.org/github.com/honeycombio/libhoney-go) library.
## Requirements
You need go 1.14 to run. It is not compatible with higher versions.
## Installation
```
go get -v github.com/tinybirdco/libtb-go
```
## Documentation
See original [repository](https://godoc.org/github.com/honeycombio/libhoney-go).