Popular repositories
-
Forked from apache/druid
Column oriented distributed data store ideal for powering interactive applications
Java
-
least code base that can retrieve druid segments information from zookeeper
Java
-
-
-
Forked from ClickHouse/clickhouse_exporter
This is a simple server that periodically scrapes ClickHouse(https://clickhouse.yandex/) stats and exports them via HTTP for Prometheus(https://prometheus.io/) consumption. Also kafka export is sup…
Go
14 contributions in the last year
Contribution activity
February 2021
Created a pull request in apache/druid that received 1 comment
fix ClassCastException when finalize hyperUnique metric in sql
Description for a sql like this select count(1) as totalData from ( select count(distinct unique_user_id) as uv from a_table group by city_name ord…