aboutsummaryrefslogtreecommitdiff
path: root/questdb_client.go
AgeCommit message (Collapse)Author
2024-03-18all: rename the forwarder files by using prefix "forwarder_"Shulhan
2024-03-16all: comply with all linters recommendationsShulhan
Some of breaking changes, * Field [Config.HttpUrl] renamed to [Config.HTTPURL] * Field [ConfigForwarder.Url] renamed to [ConfigForwarder.URL] * Struct [HttpLog] renamed to [HTTPLog]
2024-03-16all: realign struct HttpLog and questdbClientShulhan
The HttpLog realign from 304 to 288 bytes. The questdbClient realign from 56 to 24 bytes.
2024-03-16all: replace module "share" with "pakakeh.go"Shulhan
2022-08-19all: relicensing the haminer to GPL v3Shulhan
See https://kilabit.info/journal/2022/gpl/ for more information.
2022-08-17all: implement forwarder for questdbShulhan
Questdb [1] is one the time-series database. We experiment to forward the HTTP log using Influx Line Protocol (ILP). [1]: https://questdb.io/