This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch 0.15.1-incubating in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
commit c8044264b9da239bc54b258c9c1472c49cf768ad Author: Eyal Yurman <[email protected]> AuthorDate: Sat Jul 6 13:50:41 2019 -0700 Add missing reference to Materialized-View extension. (#8003) * Reference Materialized View extension from extensions page. * Add comma --- docs/content/development/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/development/extensions.md b/docs/content/development/extensions.md index 6e8bb3a..15b087c 100644 --- a/docs/content/development/extensions.md +++ b/docs/content/development/extensions.md @@ -95,6 +95,7 @@ All of these community extensions can be downloaded using [pull-deps](../operati |kafka-emitter|Kafka metrics emitter|[link](../development/extensions-contrib/kafka-emitter.html)| |druid-thrift-extensions|Support thrift ingestion |[link](../development/extensions-contrib/thrift.html)| |druid-opentsdb-emitter|OpenTSDB metrics emitter |[link](../development/extensions-contrib/opentsdb-emitter.html)| +|materialized-view-selection, materialized-view-maintenance|Materialized View|[link](../development/extensions-contrib/materialized-view.html)| |druid-moving-average-query|Support for [Moving Average](https://en.wikipedia.org/wiki/Moving_average) and other Aggregate [Window Functions](https://en.wikibooks.org/wiki/Structured_Query_Language/Window_functions) in Druid queries.|[link](../development/extensions-contrib/moving-average-query.html)| ## Promoting Community Extension to Core Extension --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
