tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

Output plugin for ClickHouse #125

Closed pachico closed 4 years ago

pachico commented 4 years ago

By any chance you are not thinking about adding support to ClickHouse, right? Its API is simple http and accepts json documents.

tsaikd commented 4 years ago

PR is always welcomed. :)

pachico commented 4 years ago

I know, I know :) I'll try to understand the code and see if I can make it (I don't have a strong background in Go)

yuxiaorui commented 4 years ago

@pachico use Kafka output with ClickHouse Kafka Engine can insert json documents to ClickHouse.

pachico commented 4 years ago

@yuxiaorui yes, I'm aware of it but I don't want to create the Kafka infrastructure just for my use cases