You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/07/24 02:26:04 UTC

[incubator-druid] 11/14: Add missing reference to Materialized-View extension. (#8003)

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 <ey...@oath.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org