Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 960 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 960 Bytes

Please Note: This repo has been archived and is no longer active. It is here for historical purposes only and likely contains security vulnerabilities. Use at your own risk!

druid_extensions

This repository holds a number of extensions to Druid that we have created at Yahoo.

Composing Emitter

This extension adds a "composing" emitter to Druid's set of emitters. This allows you to have multiple emitters configured at the same time.

This extension moved to the druid.io

Metric Collector

This extension adds a new CLI option that can collect metrics emitted by Druid and push them into kafka.

Read more in the extension's README

Static UI

This is an extension that allows a Druid node to serve up some static content under the path druid/v1/ui.

Read more in the extension's README