An open API service indexing awesome lists of open source software.

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

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).