Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Releases: RickyHuo/hangout-output-clickhouse

[Stable]0.0.8

11 Jan 06:41
Compare
Choose a tag to compare
[Stable]0.0.8 Pre-release
Pre-release
  • 当写入重试3次都失败,程序主动熔断退出。
  • DateTime格式支持UNIX时间戳

0.0.7[stable]

21 Jun 09:16
Compare
Choose a tag to compare

Support ClickHouse-Native-JDBC

But with the similar performance of format Separated

0.0.6[stable]

21 Mar 03:19
Compare
Choose a tag to compare

0.0.5

08 Mar 06:46
Compare
Choose a tag to compare
  • Support format JSONEachRow
- com.sina.bip.hangout.outputs.Clickhouse:
        host: clickhouse.bip.com.cn:8123
        database: apm
        format: JSONEachRow
        table: apm_netdiagno
        bulk_size: 500

0.0.4

06 Feb 03:06
Compare
Choose a tag to compare

Optimization

0.0.3

16 Jan 01:48
Compare
Choose a tag to compare
  • Implemented with Logging

hangout-output-clickhouse

08 Dec 07:51
8031bca
Compare
Choose a tag to compare
  1. Support credentials
  2. Supoort nested data

支持嵌套结构

28 Nov 11:19
Compare
Choose a tag to compare
支持嵌套结构 Pre-release
Pre-release
- com.sina.bip.hangout.outputs.Clickhouse:
        host: clickhouse.bip.sina.com.cn:8123
        database: finance
        table: apm_msg_all
        fields: ['date', 'ts',  'clientip', '[url_detail][domain]', '[url_detail][interface]']
        bulk_size: 1000

hangout-output-clickhouse

23 Nov 07:38
cd0368c
Compare
Choose a tag to compare
0.0.1

Update README.md