You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/11/06 17:40:29 UTC

[incubator-druid-website-src] branch o created (now 8bc07dc)

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

fjy pushed a change to branch o
in repository https://gitbox.apache.org/repos/asf/incubator-druid-website-src.git.


      at 8bc07dc  refreshing more content

This branch includes the following new commits:

     new 8bc07dc  refreshing more content

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-druid-website-src] 01/01: refreshing more content

Posted by fj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8bc07dcfa53a71ceec38d308d9897a6db548c6a9
Author: fjy <fa...@gmail.com>
AuthorDate: Wed Nov 6 09:40:20 2019 -0800

    refreshing more content
---
 _data/events.yml | 5 +++++
 index.html       | 4 ++--
 technology.md    | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/_data/events.yml b/_data/events.yml
index 5eebfc9..d5dc030 100644
--- a/_data/events.yml
+++ b/_data/events.yml
@@ -8,6 +8,11 @@
   info: "Ippen Digital, Paul-Heyse-Straße 2, 80336 München, Germany"
   link: https://www.meetup.com/Apache-Druid-Munich/events/265710003/
 
+- date: 2019-11-18
+  name: "DFW Data Engineering Meetup"
+  info: "5445 Legacy Dr Suite 100, Plano, TX"
+  link: https://www.meetup.com/DFW-Data-Engineering-Meetup/events/266235119/
+
 - date: 2019-11-19
   name: "Israel Apache Druid Meetup @ Outbrain"
   info: "ToHa Building Yigal Alon 114, Tel Aviv, Israel"
diff --git a/index.html b/index.html
index 41e96c6..259dd07 100644
--- a/index.html
+++ b/index.html
@@ -58,9 +58,9 @@ canonical: 'https://druid.apache.org/'
         </div>
         <div class="feature">
           <span class="fa fa-globe fa"></span>
-          <h5>Deploy anywhere</h5>
+          <h5>Deploy in AWS/GCP/Azure, hybrid clouds, Kubernetes, and bare metal</h5>
           <p>
-            Druid can be deployed in any *NIX environment on commodity hardware, both in the cloud and on premise. Druid is cloud-native: scaling up and down is as simple as adding and removing processes.
+            Druid can be deployed in any *NIX environment on commodity hardware, both in the cloud and on premise. Deploying Druid is easy: scaling up and down is as simple as adding and removing processes.
           </p>
         </div>
       </div>
diff --git a/technology.md b/technology.md
index 0e3afbb..5a90cc7 100644
--- a/technology.md
+++ b/technology.md
@@ -128,7 +128,7 @@ For more information, please visit [our docs page](/docs/latest/querying/queryin
 
 ## Architecture
 
-Druid can be thought of as a disassembled database.
+Druid has a microservice based architecture can be thought of as a disassembled database.
 Each core process in Druid (ingestion, querying, and coordination) can be separately or jointly deployed on commodity hardware.
 
 Druid explicitly names every main process to allow the operator to fine tune each process based on the use case and workload.


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