You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/12/19 18:17:37 UTC

[incubator-druid-website-src] branch master updated: remove incubating, update event

This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c45e01  remove incubating, update event
     new 9125954  Merge pull request #91 from implydata/graduate
5c45e01 is described below

commit 5c45e01639af6093a549ecb684e82833796d9610
Author: Vadim Ogievetsky <va...@ogievetsky.com>
AuthorDate: Wed Dec 18 14:42:22 2019 -0800

    remove incubating, update event
---
 _data/events.yml         | 8 ++++----
 _includes/news-list.html | 2 +-
 community/index.md       | 2 +-
 downloads.md             | 2 +-
 druid-powered.md         | 2 +-
 druid.md                 | 2 +-
 faq.md                   | 2 +-
 index.html               | 2 +-
 libraries.md             | 2 +-
 licensing.md             | 6 +-----
 technology.md            | 2 +-
 use-cases.md             | 2 +-
 12 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/_data/events.yml b/_data/events.yml
index 2982ad5..34b580e 100644
--- a/_data/events.yml
+++ b/_data/events.yml
@@ -1,7 +1,7 @@
-- date: 2019-12-14
-  name: "Bangalore Apache Druid Meetup @ WeWork"
-  info: "WeWork Prestige Central, 36, Infantry Rd, Bengaluru"
-  link: https://www.meetup.com/Bangalore-Druid-Meetup-Group/events/266943573/
+- date: 2019-12-19
+  name: “Ad Forecasting Using Apache Druid + Architectures and Use Cases”
+  info: “SpotX office, 8181 Arista Pl, Broomfield, CO”
+  link: https://www.meetup.com/Denver-Apache-Druid-Meetup-by-Imply/events/267139478/
 
 - date: 2020-01-10
   name: "Delhi Apache Druid Meetup"
diff --git a/_includes/news-list.html b/_includes/news-list.html
index 1247177..72a8bc3 100644
--- a/_includes/news-list.html
+++ b/_includes/news-list.html
@@ -13,7 +13,7 @@
   {% assign ctr = ctr | plus:1 %}
   <p>
     <a href="https://github.com/apache/incubator-druid/releases/tag/druid-{{ release.version }}">
-      <span class="title">Apache Druid (incubating) {{ release.version | remove: "-incubating"}} Released</span><br>
+      <span class="title">Apache Druid {{ release.version | remove: "-incubating"}} Released</span><br>
       <span class="text-muted">{{ release.date | date: "%b %e %Y" }}</span>
     </a>
   </p>
diff --git a/community/index.md b/community/index.md
index 05cc096..87774a5 100644
--- a/community/index.md
+++ b/community/index.md
@@ -1,5 +1,5 @@
 ---
-title: Apache Druid (incubating) Community
+title: Apache Druid Community
 sectionid: community
 layout: simple_page
 canonical: 'https://druid.apache.org/community/'
diff --git a/downloads.md b/downloads.md
index 1b946c4..b8fc26f 100644
--- a/downloads.md
+++ b/downloads.md
@@ -9,7 +9,7 @@ canonical: 'https://druid.apache.org/downloads.html'
 
 {% for branch in site.druid_versions limit:1 %}
 {% for release in branch.versions limit:1 %}
-The latest Apache Druid (incubating) stable release is {{ release.version }}.
+The latest Apache Druid stable release is {{ release.version }}.
 
 <p>
 <a class="large-button download" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ release.version }}/apache-druid-{{ release.version }}-bin.tar.gz" download onclick="trackDownload('button', 'https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/{{ release.version }}/apache-druid-{{ release.version }}-bin.tar.gz');"><span class="fa fa-download"></span> Download {{release.version}} release</a><br>
diff --git a/druid-powered.md b/druid-powered.md
index 4e747b2..65853ee 100644
--- a/druid-powered.md
+++ b/druid-powered.md
@@ -1,5 +1,5 @@
 ---
-title: Powered by Apache Druid (incubating)
+title: Powered by Apache Druid
 subtitle: <a href="https://github.com/apache/incubator-druid-website-src/blob/master/druid-powered.md"><span class="fa fa-plus"></span> Add Your Company</a>
 layout: simple_page
 sectionid: powered-by
diff --git a/druid.md b/druid.md
index 38d5609..6f5e615 100644
--- a/druid.md
+++ b/druid.md
@@ -5,7 +5,7 @@ sectionid: druid
 canonical: 'https://druid.apache.org/druid'
 ---
 
-Apache Druid (incubating) is an open-source data store designed for sub-second queries on real-time
+Apache Druid is an open-source data store designed for sub-second queries on real-time
 and historical data. It is primarily used for business intelligence
 ([OLAP](http://en.wikipedia.org/wiki/Online_analytical_processing)) queries on
 event data. Druid provides low latency (real-time) data ingestion, flexible
diff --git a/faq.md b/faq.md
index 1e29f6d..8fd64c8 100644
--- a/faq.md
+++ b/faq.md
@@ -8,7 +8,7 @@ canonical: 'https://druid.apache.org/faq'
 
 ### Is Druid a data warehouse? When should I use Druid over Redshift/BigQuery/Snowflake?
 
-Apache Druid (incubating) is a new type of database to power real-time analytic workloads for
+Apache Druid is a new type of database to power real-time analytic workloads for
 event-driven data, and isn’t a traditional data warehouse.  Although Druid
 incorporates architecture ideas from data warehouses such as column-oriented
 storage, Druid also incorporates designs from search systems and timeseries
diff --git a/index.html b/index.html
index b0d2950..c2bb212 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@ canonical: 'https://druid.apache.org/'
   <div class="container">
   <div class="row">
     <div class="text-center">
-    <p class="lead">Apache Druid (incubating) is a high performance real-time analytics database.</p>
+    <p class="lead">Apache Druid is a high performance real-time analytics database.</p>
     <p><a class="button" href="/downloads.html"><span class="fa fa-download"></span> Download</a>
     <a class="button" href="https://github.com/apache/incubator-druid/"><span class="fab fa-github"></span> GitHub</a></p>
   </div>
diff --git a/libraries.md b/libraries.md
index 34e2427..db5c21a 100644
--- a/libraries.md
+++ b/libraries.md
@@ -7,7 +7,7 @@ canonical: 'https://druid.apache.org/libraries'
 Query Libraries
 ---------------
 
-Some great folks have written their own libraries to interact with Apache Druid (incubating).
+Some great folks have written their own libraries to interact with Apache Druid.
 
 #### Python
 
diff --git a/licensing.md b/licensing.md
index d3f5b6a..86ef571 100644
--- a/licensing.md
+++ b/licensing.md
@@ -6,7 +6,7 @@ canonical: 'https://druid.apache.org/licensing'
 
 ## License
 
-Apache Druid (incubating) and the Druid documentation are licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
+Apache Druid and the Druid documentation are licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
 
 The Druid website is licensed under [CC-BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)
 
@@ -14,10 +14,6 @@ The Druid website is licensed under [CC-BY-SA 4.0](http://creativecommons.org/li
 
 Contributions to Druid are subject to a [contributor license agreement](/community/cla.html)
 
-Druid and the Druid logo are copyright Metamarkets Group Inc.
-
-Druid is a registered trademark of Metamarkets Group Inc.
-
 ## Does Druid use or embed any other open source software?
 
 Druid uses
diff --git a/technology.md b/technology.md
index 984b604..f26ea2e 100644
--- a/technology.md
+++ b/technology.md
@@ -5,7 +5,7 @@ sectionid: technology
 canonical: 'https://druid.apache.org/technology'
 ---
 
-Apache Druid (incubating) is an open source distributed data store.
+Apache Druid is an open source distributed data store.
 Druid’s core design combines ideas from [OLAP/analytic databases](https://en.wikipedia.org/wiki/Online_analytical_processing), [timeseries databases](https://en.wikipedia.org/wiki/Time_series_database), and [search systems](https://en.wikipedia.org/wiki/Full-text_search) to create a unified system for a broad range of [use cases](/use-cases). Druid merges key characteristics of each of the 3 systems into its ingestion layer, storage format, querying layer, and core architecture.
 
 <div class="image-large">
diff --git a/use-cases.md b/use-cases.md
index b468445..a84c5d7 100644
--- a/use-cases.md
+++ b/use-cases.md
@@ -7,7 +7,7 @@ canonical: 'https://druid.apache.org/use-cases'
 
 ## Streaming and operational data
 
-Apache Druid (incubating) generally works well with any event-oriented, clickstream, timeseries, or telemetry data, especially streaming datasets from [Apache Kafka](https://kafka.apache.org/).
+Apache Druid generally works well with any event-oriented, clickstream, timeseries, or telemetry data, especially streaming datasets from [Apache Kafka](https://kafka.apache.org/).
 Druid provides [exactly once consumption semantics](/docs/latest/development/extensions-core/kafka-ingestion) from Apache Kafka and is commonly used as a sink for event-oriented Kafka topics.
 
 Druid also works well for batch data sets.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org