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/06/13 15:17:01 UTC

[incubator-druid-website] 31/49: copy use-cases and community also

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

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

commit 8fbce1836b169b748e9d0121ea9f9e8961d4712c
Author: Vadim Ogievetsky <va...@gmail.com>
AuthorDate: Tue Jun 4 18:51:40 2019 -0700

    copy use-cases and community also
---
 community/index.html                       | 418 ++++++++++++++++++++++++++++-
 feed/index.xml                             |   2 +-
 original_index.html => index_original.html |   0
 use-cases.html                             |  69 ++---
 use-cases.html => use-cases_original.html  |   0
 5 files changed, 438 insertions(+), 51 deletions(-)

diff --git a/community/index.html b/community/index.html
index 9042252..f3d3f5d 100644
--- a/community/index.html
+++ b/community/index.html
@@ -1,8 +1,412 @@
 <!DOCTYPE html>
-<meta charset="utf-8">
-<title>Redirecting...</title>
-<link rel="canonical" href="https://druid.apache.org/community/">
-<meta http-equiv="refresh" content="0; url=https://druid.apache.org/community/">
-<h1>Redirecting...</h1>
-<a href="https://druid.apache.org/community/">Click here if you are not redirected.</a>
-<script>location="https://druid.apache.org/community/"</script>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="Apache Druid">
+<meta name="keywords" content="druid,kafka,database,analytics,streaming,real-time,real time,apache,open source">
+<meta name="author" content="Apache Software Foundation">
+
+<title>Druid | Apache Druid (incubating) Community</title>
+
+<link rel="canonical" href="https://druid.apache.org/community/" />
+<link rel="alternate" type="application/atom+xml" href="/feed">
+<link rel="shortcut icon" href="/img/favicon.png">
+
+<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
+
+<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'>
+
+<link rel="stylesheet" href="/css/bootstrap-pure.css?v=1.0">
+<link rel="stylesheet" href="/css/main.css?v=1.0">
+<link rel="stylesheet" href="/css/header.css?v=1.0">
+<link rel="stylesheet" href="/css/footer.css?v=1.0">
+<link rel="stylesheet" href="/css/syntax.css?v=1.0">
+<link rel="stylesheet" href="/css/docs.css?v=1.0">
+
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+  gtag('config', 'UA-131010415-1');
+</script>
+  </head>
+  <body>
+    <!-- Start page_header include -->
+<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+
+<div class="top-navigator">
+  <div class="container">
+    <div class="left-cont">
+      <a class="logo" href="/"><span class="druid-logo"></span></a>
+    </div>
+    <div class="right-cont">
+      <ul class="links">
+        <li class=""><a href="http://druid.io/technology">Technology</a></li>
+        <li class=""><a href="/use-cases">Use Cases</a></li>
+        <li class=""><a href="http://druid.io/druid-powered">Powered By</a></li>
+        <li class=""><a href="http://druid.io/docs/latest/design/">Docs</a></li>
+        <li class=" active"><a href="/community/">Community</a></li>
+        <li class=" button-link"><a href="http://druid.io/downloads.html">Download</a></li>
+      </ul>
+    </div>
+  </div>
+  <div class="action-button menu-icon">
+    <span class="fa fa-bars"></span> MENU
+  </div>
+  <div class="action-button menu-icon-close">
+    <span class="fa fa-times"></span> MENU
+  </div>
+</div>
+
+<script type="text/javascript">
+  var $menu = $('.right-cont');
+  var $menuIcon = $('.menu-icon');
+  var $menuIconClose = $('.menu-icon-close');
+
+  function showMenu() {
+    $menu.fadeIn(100);
+    $menuIcon.fadeOut(100);
+    $menuIconClose.fadeIn(100);
+  }
+
+  $menuIcon.click(showMenu);
+
+  function hideMenu() {
+    $menu.fadeOut(100);
+    $menuIconClose.fadeOut(100);
+    $menuIcon.fadeIn(100);
+  }
+
+  $menuIconClose.click(hideMenu);
+
+  $(window).resize(function() {
+    if ($(window).width() >= 840) {
+      $menu.fadeIn(100);
+      $menuIcon.fadeOut(100);
+      $menuIconClose.fadeOut(100);
+    }
+    else {
+      $menu.fadeOut(100);
+      $menuIcon.fadeIn(100);
+      $menuIconClose.fadeOut(100);
+    }
+  });
+</script>
+
+<!-- Stop page_header include -->
+
+
+    <div class="druid-header">
+  <div class="container">
+    <h1>Apache Druid (incubating) Community</h1>
+    <h4></h4>
+  </div>
+</div>
+
+<div class="container">
+  <div class="row">
+    <div class="col-md-10 col-md-offset-1">
+      <h2 id="community">Community</h2>
+
+<p>Most discussion about Druid happens over email and GitHub.</p>
+
+<p>The Druid community is in the process of migrating to Apache by way of the Apache Incubator. As we proceed
+along this path, our site will move from http://druid.io/ to https://druid.apache.org/, and our mailing lists
+and Git repositories will be migrated as well.</p>
+
+<ul>
+<li><strong>User mailing list</strong> <a href="https://groups.google.com/forum/#!forum/druid-user">druid-user@googlegroups.com</a> for general discussion</li>
+<li><strong>Development mailing list</strong> <a href="https://lists.apache.org/list.html?dev@druid.apache.org">dev@druid.apache.org</a> for discussion about project development</li>
+<li><strong>GitHub</strong> <a href="https://github.com/apache/druid">druid-io/druid</a> issues and pull requests (watch to subscribe)</li>
+<li><strong>Meetups</strong> <a href="https://www.meetup.com/topics/apache-druid/">Druid meetups</a> for different meetup groups around the world.</li>
+<li><strong>IRC</strong> <code>#druid-dev</code> on irc.freenode.net</li>
+</ul>
+
+<h2 id="getting-help">Getting help</h2>
+
+<p>The best place to get a wide variety of help about Druid is on the Druid user
+group <a href="https://groups.google.com/forum/#!forum/druid-user">druid-user@googlegroups.com</a>. You can also report issues and bugs on
+the <a href="https://github.com/apache/druid">Github development page</a>.</p>
+
+<p>Third party companies also provide commercial support and services for Druid, including:</p>
+
+<ul>
+<li><a href="https://imply.io/">Imply</a></li>
+</ul>
+
+<h2 id="contributing">Contributing</h2>
+
+<p>Druid is a community-led project and we are delighted to receive contributions
+of anything from minor fixes to big new features.</p>
+
+<h3 id="what-to-work-on">What to work on</h3>
+
+<p>If you have an itch to scratch, then by all means do that! Fixing bugs you run
+into, or adding features you need, are both immensely helpful.</p>
+
+<p>If you&#39;re looking for some starter projects, we maintain a <a href="https://github.com/apache/incubator-druid/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+-+Easy%22">list of issues</a> suitable
+for new developers.</p>
+
+<p>There are plenty of ways to help outside writing Druid code. <em>Code review of pull requests</em>
+(even if you are not a committer), feature suggestions, reporting bugs, <a href="http://druid.io/docs/0.14.2-incubating/">documentation</a>
+and usability feedback all matter immensely. Another big way to help is
+through <a href="http://druid.io/docs/latest/development/libraries.html">client libraries</a>, which are
+avaialble in a variety of languages. If you develop a new one, we&#39;ll be happy
+to include it in the list.</p>
+
+<h3 id="getting-your-changes-accepted">Getting your changes accepted</h3>
+
+<p>Patches to Druid are done through GitHub pull requests.</p>
+
+<p>Pull requests require one approval (+1) from an established committer on code and text (for documentation) levels. The
+exception is major architectural changes or API changes, and/or changes to</p>
+
+<ul>
+<li>HTTP requests and responses (e. g. a new HTTP endpoint)</li>
+<li><a href="http://druid.io/docs/latest/development/modules.html">Interfaces for extensions</a></li>
+<li>Server configuration (e. g. altering the behavior of a config property)</li>
+<li>Emitted metrics</li>
+<li>Other major changes, judged by the discretion of Druid committers</li>
+</ul>
+
+<p>warrant additional design and compatibility review. Such pull requests require design approvals from three different
+committers (one of them could also be the author of the pull request). For those, it can help to discuss things
+on the Druid development list <a href="https://lists.apache.org/list.html?dev@druid.apache.org">dev@druid.apache.org</a> or a github issue beforehand.</p>
+
+<p>In general please follow the <a href="https://github.com/apache/incubator-druid/blob/master/CONTRIBUTING.md">contributing guidelines</a>
+when sending in pull requests. This will help review proceed as quickly as
+possible.</p>
+
+<p>For code contributions, we require that you agree to a Contributor License
+Agreement (CLA) before we can accept your code. You can find our CLA on and
+sign it directly on our <a href="http://druid.io/community/cla.html">CLA page</a></p>
+
+<h3 id="committers">Committers</h3>
+
+<p>Committers are collectively responsible for Druid&#39;s technical management. This involves
+setting the direction of the project, contributing code, and reviewing code contributed
+by others.</p>
+
+<p>You don&#39;t need to be a committer to contribute- pull requests are welcome from anyone.</p>
+
+<table><thead>
+<tr>
+<th>Name</th>
+<th>Organization</th>
+</tr>
+</thead><tbody>
+<tr>
+<td><a href="https://github.com/asdf2014">Benedict Jin</a></td>
+<td><a href="https://www.alibaba.com/">Alibaba</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/drcrallen">Charles Allen</a></td>
+<td><a href="https://www.snap.com/en-US/">Snap</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/clintropolis">Clint Wylie</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/dclim">David Lim</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/gaodayue">Daoyue Gao</a></td>
+<td><a href="http://www.meituan.com/">Meituan</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/Dylan1312">Dylan Wylie</a></td>
+<td><a href="https://www.spotx.tv/">SpotX</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/egor-ryashin">Egor Rashin</a></td>
+<td><a href="https://www.snap.com/en-US/">Snap</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/cheddar">Eric Tschetter</a></td>
+<td><a href="https://www.splunk.com/">Splunk</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/fjy">Fangjin Yang</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/gianm">Gian Merlino</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/himanshug">Himanshu Gupta</a></td>
+<td><a href="https://www.splunk.com/">Splunk</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/jihoonson">Jihoon Son</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/jon-wei">Jonathan Wei</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/julianhyde">Julian Hyde</a></td>
+<td><a href="https://looker.com/">Looker</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/junrao">Jun Rao</a></td>
+<td><a href="https://www.confluent.io/">Confluent</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/kaijianding">Kaijian Ding</a></td>
+<td><a href="https://www.alibaba.com/">Alibaba</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/kurtyoung">Kurt Young</a></td>
+<td><a href="https://www.alibaba.com/">Alibaba</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/binlijin">Lijin Bin</a></td>
+<td><a href="https://www.alibaba.com/">Alibaba</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/mistercrunch">Maxime Beauchemin</a></td>
+<td><a href="http://lyft.com/">Lyft</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/QiuMM">Mingming Qiu</a></td>
+<td><a href="https://bytedance.com/">Bytedance</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/b-slim">Mohamed Slim Bouguerra</a></td>
+<td><a href="https://hortonworks.com/">Hortonworks</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/navis">Navis Ryu</a></td>
+<td><a href="https://www.sktelecom.com/index.html">SK Telecom</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/niketh">Niketh Sabbineni</a></td>
+<td><a href="https://www.oath.com/">Oath</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/nishantmonu51">Nishant Bangarwa</a></td>
+<td><a href="https://hortonworks.com/">Hortonworks</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/pjain1">Parag Jain</a></td>
+<td><a href="http://lyft.com/">Lyft</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/ptgoetz">P. Taylor Goetz</a></td>
+<td><a href="https://www.epam.com/">EPAM</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/leventov">Roman Leventov</a></td>
+<td><a href="https://www.snap.com/en-US/">Snap</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/surekhasaharan">Surekha Saharan</a></td>
+<td><a href="https://imply.io/">Imply</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/xvrl">Xavier Léauté</a></td>
+<td><a href="https://www.confluent.io/">Confluent</a></td>
+</tr>
+<tr>
+<td><a href="https://github.com/zhangxinyu1">Xinyu Zhang</a></td>
+<td><a href="https://www.360.cn/">Qihoo 360</a></td>
+</tr>
+</tbody></table>
+
+<h3 id="becoming-a-committer">Becoming a committer</h3>
+
+<p>If you&#39;d like to become a committer, that&#39;s great! Please contact one of the
+existing committers for a walk through the process. Basically, what we&#39;re
+looking for is an interest in ongoing contributions to Druid.</p>
+
+<h3 id="general-committer-guidelines">General committer guidelines</h3>
+
+<p>If you are an official Druid committer then congratulations! You are part of a fantastic group of people. Here are some guidelines to follow to help ensure the Druid project continues to grow and improve:</p>
+
+<ol>
+<li>You can merge your own pull request if it fits the rest of the criteria. A common thing to see is &quot;+1 after travis&quot; from other committers.</li>
+<li>A pull request should have at least one +1 from a committer who is not the author, on the &quot;code/textual&quot; level of review.</li>
+<li>Pull requests which have just one +1 from a committer couldn&#39;t be merged earlier than after 3 working days since PR submission.</li>
+<li>A pull request with just one +1 could be merged only by (or in coordination with) the committer who provided the review. Because the reviewer may think that the PR is complex or risky enough that needs another pair of eyes to look at it. If this is the case, the first reviewer should indicate this in the PR approval message.</li>
+<li>If a pull request has two or more +1&#39;s from committers who are not the author, it could be merged immediately and by any committer. But still, enough time since the PR submission should pass to give folks a reasonable chance to indicate a desire to comment on the pull request. AKA: don&#39;t merge a pull request that was submitted Friday evening until at least 1~2 regular work days have passed. Use good judgement here.</li>
+<li>Major architectural and backwards incompatible changes, or changes which have long-term maintainance consequences (see examples in <a href="#getting-your-changes-accepted">the &quot;Getting your changes accepted&quot; section above</a>), should have at least three +1&#39;s from committers, on the &quot;design&quot; level of review. One approval could be from the author of the PR. The first committer who indicates that a PR needs design review should add the <code>Design Review</code> [...]
+<li>Travis-CI should pass or have some <strong>very</strong> good reason why it won&#39;t pass for a pull request.</li>
+<li>You reasonably believe that all comments have been addressed.</li>
+<li>You are expected to be the champion for your own pull requests.</li>
+<li>Being a champion on a pull request can be a significant undertaking depending on the size of the code change and what parts of the code it touches. It may require communicating with other developers, reconciling differences, organizing community feedback, and/or following up with people who have commented in a pull request to ensure comments have been addressed.</li>
+<li>Sometimes code is presented as a work-in-progress or as a point of discussion. Use the <code>WIP</code> or <code>Discuss</code> tags on a pull request in such a case.</li>
+<li>If a pull request you are championing is taking longer than expected to merge, be sure to raise the issue in the developer sync.</li>
+<li>Limit the number of pull requests you are championing at the same time.</li>
+<li>Prioritize code reviews to look at pull requests that are blockers for the next release (see the Milestone marker on the pull request)</li>
+<li>Help serve as champion for pull requests that originate from new committers.</li>
+<li>If you feel a pull request is required for the next release, mark it as such in the Milestone of the pull request.</li>
+<li>Do not comment on a pull request unless you are willing to follow up on the edits.</li>
+<li>Give priority to getting older pull requests merged. (Either as their champion or as an active commenter)</li>
+<li>And most importantly.. the PMC desires to ensure a positive and effective developer experience! If you find that things are not functioning to your expectations, pleaes raise the issue.</li>
+</ol>
+
+<p>Remember, we all want to see this project thrive!</p>
+
+<h2 id="governance">Governance</h2>
+
+<p>The PMC (Project Management Committee) is responsible for the administrative
+aspects of the Druid project. The responsibilities of the PMC include:</p>
+
+<ul>
+<li>Approving releases</li>
+<li>Nominating new committers</li>
+<li>Maintaining the project&#39;s shared resources, including the github account,
+mailing lists, websites, social media channels, etc.</li>
+<li>Maintaining guidelines for the project</li>
+</ul>
+
+    </div>
+  </div>
+</div>
+
+
+    <!-- Start page_footer include -->
+<footer class="druid-footer">
+<div class="container">
+  <div class="text-center">
+    <p>
+    <a href="http://druid.io/technology">Technology</a>&ensp;·&ensp;
+    <a href="/use-cases">Use Cases</a>&ensp;·&ensp;
+    <a href="http://druid.io/druid-powered">Powered by Druid</a>&ensp;·&ensp;
+    <a href="http://druid.io/docs/latest">Docs</a>&ensp;·&ensp;
+    <a href="/community/">Community</a>&ensp;·&ensp;
+    <a href="http://druid.io/downloads.html">Download</a>&ensp;·&ensp;
+    <a href="http://druid.io/faq">FAQ</a>
+    </p>
+  </div>
+  <div class="text-center">
+    <a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a>&ensp;·&ensp;
+    <a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a>&ensp;·&ensp;
+    <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.14.2-incubating/apache-druid-0.14.2-incubating-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a>&ensp;·&ensp;
+    <a title="GitHub" href="https://github.com/apache/incubator-druid" target="_blank"><span class="fab fa-github"></span></a>
+  </div>
+  <div class="text-center license">
+    Except where otherwise noted, licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
+  </div>
+</div>
+</footer>
+
+<script>
+  function trackDownload(type, url) {
+    ga('send', 'event', 'download', type, url);
+  }
+</script>
+<script src="//code.jquery.com/jquery.min.js"></script>
+<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+<script src="/assets/js/druid.js"></script>
+<!-- stop page_footer include -->
+
+
+  </body>
+</html>
diff --git a/feed/index.xml b/feed/index.xml
index 0d3a741..3e06f82 100644
--- a/feed/index.xml
+++ b/feed/index.xml
@@ -5,7 +5,7 @@
   <subtitle>Real²time Exploratory Analytics on Large Datasets</subtitle>
   <link type="application/atom+xml" href="http://druid.io/feed/" rel="self"/>
   <link type="text/html" href="http://druid.io/" rel="alternate"/>
-	<updated>2019-06-04T15:05:14-07:00</updated>
+	<updated>2019-06-04T18:38:33-07:00</updated>
         <id>http://druid.io/</id>
 	
 	
diff --git a/original_index.html b/index_original.html
similarity index 100%
rename from original_index.html
rename to index_original.html
diff --git a/use-cases.html b/use-cases.html
index 3e280ed..7a7e940 100644
--- a/use-cases.html
+++ b/use-cases.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>	
+  <head>
     <meta charset="UTF-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="description" content="Apache Druid">
@@ -9,6 +9,7 @@
 
 <title>Druid | Use Cases</title>
 
+<link rel="canonical" href="https://druid.apache.org/use-cases" />
 <link rel="alternate" type="application/atom+xml" href="/feed">
 <link rel="shortcut icon" href="/img/favicon.png">
 
@@ -23,22 +24,15 @@
 <link rel="stylesheet" href="/css/syntax.css?v=1.0">
 <link rel="stylesheet" href="/css/docs.css?v=1.0">
 
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
 <script>
-  (function() {
-    var cx = '000162378814775985090:molvbm0vggm';
-    var gcse = document.createElement('script');
-    gcse.type = 'text/javascript';
-    gcse.async = true;
-    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
-        '//cse.google.com/cse.js?cx=' + cx;
-    var s = document.getElementsByTagName('script')[0];
-    s.parentNode.insertBefore(gcse, s);
-  })();
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+  gtag('config', 'UA-131010415-1');
 </script>
-
-
   </head>
-  <body>	
+  <body>
     <!-- Start page_header include -->
 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 
@@ -49,12 +43,12 @@
     </div>
     <div class="right-cont">
       <ul class="links">
-        <li class=""><a href="/technology">Technology</a></li>
+        <li class=""><a href="http://druid.io/technology">Technology</a></li>
         <li class=" active"><a href="/use-cases">Use Cases</a></li>
-        <li class=""><a href="/druid-powered">Powered By</a></li>
-        <li class=""><a href="/docs/latest/design/">Docs</a></li>
-        <li class=""><a href="https://druid.apache.org/community/">Community</a></li>
-        <li class=" button-link"><a href="/downloads.html">Download</a></li>
+        <li class=""><a href="http://druid.io/druid-powered">Powered By</a></li>
+        <li class=""><a href="http://druid.io/docs/latest/design/">Docs</a></li>
+        <li class=""><a href="/community/">Community</a></li>
+        <li class=" button-link"><a href="http://druid.io/downloads.html">Download</a></li>
       </ul>
     </div>
   </div>
@@ -117,7 +111,7 @@
       <h2 id="streaming-and-operational-data">Streaming and operational data</h2>
 
 <p>Apache Druid (incubating) generally works well with any event-oriented, clickstream, timeseries, or telemetry data, especially streaming datasets from <a href="https://kafka.apache.org/">Apache Kafka</a>.
-Druid provides <a href="/docs/latest/development/extensions-core/kafka-ingestion">exactly once consumption semantics</a> from Apache Kafka and is commonly used as a sink for event-oriented Kafka topics.</p>
+Druid provides <a href="http://druid.io/docs/latest/development/extensions-core/kafka-ingestion">exactly once consumption semantics</a> from Apache Kafka and is commonly used as a sink for event-oriented Kafka topics.</p>
 
 <p>Druid also works well for batch data sets.
 Organizations have deployed Druid to accelerate queries and power applications where the input data is one or more static files.
@@ -161,9 +155,9 @@ Druid is a great fit if you are developing a user-facing application and you wan
 <p>Druid is often used for clickstreams, viewstreams, and activity streams.
 Specific use cases include measuring user engagement, tracking A/B test data for product releases, and understanding usage patterns.</p>
 
-<p>Druid can compute user metrics such as <a href="/docs/latest/querying/aggregations">distinct counts</a> both exactly and approximately.
+<p>Druid can compute user metrics such as <a href="http://druid.io/docs/latest/querying/aggregations">distinct counts</a> both exactly and approximately.
 This mean measures such as daily active users can be computed in under a second approximately (with 98% avg. accuracy) to view general trends, or computed exactly to present to key stakeholders.
-Furthermore, Druid can be used for <a href="/docs/latest/development/extensions-core/datasketches-aggregators">funnel analysis</a>, and to measure how many users took one action, but did not take another action.
+Furthermore, Druid can be used for <a href="http://druid.io/docs/latest/development/extensions-core/datasketches-aggregators">funnel analysis</a>, and to measure how many users took one action, but did not take another action.
 Such analysis is useful is tracking user signups for a product.</p>
 
 <p>Druid’s search and filter capabilities enable rapid, easy drill-downs of users along any set of attributes.
@@ -220,31 +214,31 @@ Unlike SQL-on-Hadoop engines such as Presto or Hive, Druid is designed for high
 In general this makes Druid a better fit for truly interactive visual analytics.</p>
 
 <p>Druid is a great fit if you need a user-facing application and you want your users to be able to run their own self service drill-down queries.
-You can either develop your own application using Druid&#39;s API or use one of the <a href="/libraries">many off the shelf applications</a> that work with Druid.</p>
+You can either develop your own application using Druid&#39;s API or use one of the <a href="http://druid.io/libraries">many off the shelf applications</a> that work with Druid.</p>
 
     </div>
   </div>
 </div>
 
-    
+
     <!-- Start page_footer include -->
 <footer class="druid-footer">
 <div class="container">
   <div class="text-center">
     <p>
-    <a href="/technology">Technology</a>&ensp;·&ensp;
+    <a href="http://druid.io/technology">Technology</a>&ensp;·&ensp;
     <a href="/use-cases">Use Cases</a>&ensp;·&ensp;
-    <a href="/druid-powered">Powered by Druid</a>&ensp;·&ensp;
-    <a href="/docs/latest">Docs</a>&ensp;·&ensp;
-    <a href="https://druid.apache.org/community/">Community</a>&ensp;·&ensp;
-    <a href="/downloads.html">Download</a>&ensp;·&ensp;
-    <a href="/faq">FAQ</a>
+    <a href="http://druid.io/druid-powered">Powered by Druid</a>&ensp;·&ensp;
+    <a href="http://druid.io/docs/latest">Docs</a>&ensp;·&ensp;
+    <a href="/community/">Community</a>&ensp;·&ensp;
+    <a href="http://druid.io/downloads.html">Download</a>&ensp;·&ensp;
+    <a href="http://druid.io/faq">FAQ</a>
     </p>
   </div>
   <div class="text-center">
     <a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a>&ensp;·&ensp;
     <a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a>&ensp;·&ensp;
-    <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid//apache-druid--bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a>&ensp;·&ensp;
+    <a title="Download via Apache" href="https://www.apache.org/dyn/closer.cgi?path=/incubator/druid/0.14.2-incubating/apache-druid-0.14.2-incubating-bin.tar.gz" target="_blank"><span class="fas fa-feather"></span></a>&ensp;·&ensp;
     <a title="GitHub" href="https://github.com/apache/incubator-druid" target="_blank"><span class="fab fa-github"></span></a>
   </div>
   <div class="text-center license">
@@ -254,17 +248,6 @@ You can either develop your own application using Druid&#39;s API or use one of
 </footer>
 
 <script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-40280432-1', 'auto');
-  ga('set', 'anonymizeIp', true);
-  ga('send', 'pageview');
-
-</script>
-<script>
   function trackDownload(type, url) {
     ga('send', 'event', 'download', type, url);
   }
@@ -274,6 +257,6 @@ You can either develop your own application using Druid&#39;s API or use one of
 <script src="/assets/js/druid.js"></script>
 <!-- stop page_footer include -->
 
-    
+
   </body>
 </html>
diff --git a/use-cases.html b/use-cases_original.html
similarity index 100%
copy from use-cases.html
copy to use-cases_original.html


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