https://github.com/influxdata/line-protocol
https://github.com/influxdata/line-protocol
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/influxdata/line-protocol
- Owner: influxdata
- License: mit
- Created: 2018-05-09T01:41:45.000Z (about 7 years ago)
- Default Branch: v2
- Last Pushed: 2022-08-03T13:46:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T19:06:44.125Z (2 months ago)
- Language: Go
- Size: 4.88 MB
- Stars: 37
- Watchers: 40
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# InfluxDB line-protocol codec
This module implements a high performance Go codec for the line-protocol syntax as accepted by InfluxDB.
Currently the API is low level - it's intended for converting line-protocol to some chosen concrete
types that aren't specified here. (In future work, we'll define a `Point` type that implements a convenient
but less performant type to encode or decode).The API documentation is here: https://pkg.go.dev/github.com/influxdata/line-protocol/v2/lineprotocol