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/12 04:02:15 UTC

[incubator-druid-website] 03/40: add Google Analytics

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 2115a1271ddbf5078d0ce5f873b30f04a6808720
Author: dclim <da...@gmail.com>
AuthorDate: Fri Dec 14 17:58:56 2018 -0700

    add Google Analytics
---
 favicon.ico | Bin 0 -> 1595 bytes
 index.html  |  13 ++++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..b6b6c2c
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.html b/index.html
index 4c6904b..95bc073 100644
--- a/index.html
+++ b/index.html
@@ -2,12 +2,19 @@
 <html lang="en">
 <head>
 <title>Apache Druid (incubating)</title>
+
+<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>
+
 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
 <link rel="stylesheet" href="/css/bootstrap.min.css">
 <link href='https://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/main.css">
-<link rel="stylesheet" href="/css/header.css">
-<link rel="stylesheet" href="/css/footer.css">
 </head>
 <body>
 
@@ -17,7 +24,7 @@
     <div class="col-md-8 col-md-offset-2 text-center">
     <p class="lead"><b>Apache Druid (incubating)</b> is a high-performance, column-oriented, distributed data store.</p>
     <p>Druid is an open source data store designed for real-time exploratory analytics on large data sets. Druid's key features are a column-oriented storage layout, a distributed shared-nothing architecture, and ability to generate and leverage indexing and caching structures. Druid is typically deployed in clusters of tens to hundreds of nodes, and has the ability to load data from Apache Kafka and Apache Hadoop, among other data sources. Druid offers two query languages: a SQL dialect [...]
-    <p>After years of development as an independent project and deployment at hundreds of sites, Druid has recently begun incubation at Apache! We will soon be migrating resources like our <a href="https://github.com/druid-io/druid">GitHub repo</a> and <a href="http://druid.io/">project web site</a>. To join the Druid development community, subscribe to our brand-new Apache dev list (<a href="https://lists.apache.org/list.html?dev@druid.apache.org">dev@druid.apache.org</a>) by sending a  [...]
+    <p>After years of development as an independent project and deployment at hundreds of sites, Druid has recently begun incubation at Apache! We have migrated our <a href="https://github.com/apache/incubator-druid">GitHub repo</a> and will soon be migrating our <a href="http://druid.io/">project web site</a>. To join the Druid development community, subscribe to our Apache dev list (<a href="https://lists.apache.org/list.html?dev@druid.apache.org">dev@druid.apache.org</a>) by sending a [...]
     <p>This web site is a placeholder until we have migrated our current community site from <a href="http://druid.io">http://druid.io/</a>. For downloads of pre-Apache releases and for detailed project information, please visit that website.</p>
     <br />
     <p><a class="btn btn-lg" href="http://druid.io/"><span class="fa fa-external-link"></span> Go to the current community site</a>


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