Repository: incubator-griffin-site Updated Branches: refs/heads/asf-site 4020d98e5 -> 7eaacd608
Site updated: 2017-03-24 14:45:23 Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/7eaacd60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/7eaacd60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/7eaacd60 Branch: refs/heads/asf-site Commit: 7eaacd6083a5e31eb449784300d742e1c301b3d7 Parents: 4020d98 Author: guoyp <[email protected]> Authored: Fri Mar 24 14:45:23 2017 -0700 Committer: guoyp <[email protected]> Committed: Fri Mar 24 14:45:23 2017 -0700 ---------------------------------------------------------------------- 2017/03/20/hello-world/index.html | 18 +++++++++++------- archives/2017/03/index.html | 8 ++++---- archives/2017/index.html | 8 ++++---- archives/index.html | 8 ++++---- images/egg-logo.png | Bin 0 -> 8626 bytes index.html | 13 +++++++------ 6 files changed, 30 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/7eaacd60/2017/03/20/hello-world/index.html ---------------------------------------------------------------------- diff --git a/2017/03/20/hello-world/index.html b/2017/03/20/hello-world/index.html index a5b10b6..30fa04f 100644 --- a/2017/03/20/hello-world/index.html +++ b/2017/03/20/hello-world/index.html @@ -11,10 +11,13 @@ <meta property="og:url" content="http://yoursite.com/2017/03/20/hello-world/index.html"> <meta property="og:site_name" content="Apache Griffin"> <meta property="og:description" content="AbstractApache Griffin is a Data Quality Service platform built on Apache Hadoop and Apache Spark. It provides a framework process for defining data quality model, executing data quality measurement,"> -<meta property="og:updated_time" content="2017-03-20T20:35:53.000Z"> +<meta property="og:image" content="http://yoursite.com/images/Business_Process.png"> +<meta property="og:image" content="http://yoursite.com/images/egg-logo.png"> +<meta property="og:updated_time" content="2017-03-24T21:40:26.000Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Apache Griffin"> <meta name="twitter:description" content="AbstractApache Griffin is a Data Quality Service platform built on Apache Hadoop and Apache Spark. It provides a framework process for defining data quality model, executing data quality measurement,"> +<meta name="twitter:image" content="http://yoursite.com/images/Business_Process.png"> <link rel="alternate" href="/atom.xml" title="Apache Griffin" type="application/atom+xml"> @@ -52,9 +55,9 @@ </nav> <nav id="sub-nav"> - <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="Flux RSS"></a> + <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> - <a id="nav-search-btn" class="nav-icon" title="Rechercher"></a> + <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> @@ -115,7 +118,7 @@ <p><strong>Apache Griffin Service</strong>:</p> <p>We have RESTful web services to accomplish all the functionalities of Apache Griffin, such as register data-set, create data quality model, publish metrics, retrieve metrics, add subscription, etc. So, the developers can develop their own user interface based on these web serivces.</p> <h2 id="Main-business-process"><a href="#Main-business-process" class="headerlink" title="Main business process"></a>Main business process</h2><p>Hereâs the business process diagram</p> - +<p><img src="/images/Business_Process.png" alt=""></p> <h2 id="Rationale"><a href="#Rationale" class="headerlink" title="Rationale"></a>Rationale</h2><p>The challenge we face at eBay is that our data volume is becoming bigger and bigger, systems process become more complex, while we do not have a unified data quality solution to ensure the trusted data sets which provide confidences on data quality to our data consumers. The key challenges on data quality includes:</p> <ol> <li>Existing commercial data quality solution cannot address data quality lineage among systems, cannot scale out to support fast growing data at eBay</li> @@ -132,11 +135,12 @@ <li>Native code generation to run everywhere, including Hadoop, Kafka, Spark, etc.</li> <li>One set of tools to build data quality pipelines across all eBay data platforms.</li> </ul> +<h2 id="Disclaimer"><a href="#Disclaimer" class="headerlink" title="Disclaimer"></a>Disclaimer</h2><p>Apache Griffin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.<br><img src="/images/egg-logo.png" alt=""></p> </div> <footer class="article-footer"> - <a data-url="http://yoursite.com/2017/03/20/hello-world/" data-id="cj0ikfzhw0000pgpouj7009vf" class="article-share-link">Partager</a> + <a data-url="http://yoursite.com/2017/03/20/hello-world/" data-id="cj0oco7bz0000jwpo0nursn7w" class="article-share-link">Share</a> </footer> @@ -170,7 +174,7 @@ <div class="widget-wrap"> - <h3 class="widget-title">Articles récents</h3> + <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> @@ -191,7 +195,7 @@ <div class="outer"> <div id="footer-info" class="inner"> © 2017 William Guo<br> - Propulsé by <a href="http://hexo.io/" target="_blank">Hexo</a> + Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/7eaacd60/archives/2017/03/index.html ---------------------------------------------------------------------- diff --git a/archives/2017/03/index.html b/archives/2017/03/index.html index a59829c..f55212d 100644 --- a/archives/2017/03/index.html +++ b/archives/2017/03/index.html @@ -48,9 +48,9 @@ </nav> <nav id="sub-nav"> - <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="Flux RSS"></a> + <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> - <a id="nav-search-btn" class="nav-icon" title="Rechercher"></a> + <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> @@ -117,7 +117,7 @@ <div class="widget-wrap"> - <h3 class="widget-title">Articles récents</h3> + <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> @@ -138,7 +138,7 @@ <div class="outer"> <div id="footer-info" class="inner"> © 2017 William Guo<br> - Propulsé by <a href="http://hexo.io/" target="_blank">Hexo</a> + Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/7eaacd60/archives/2017/index.html ---------------------------------------------------------------------- diff --git a/archives/2017/index.html b/archives/2017/index.html index 913430a..7d7d3ce 100644 --- a/archives/2017/index.html +++ b/archives/2017/index.html @@ -48,9 +48,9 @@ </nav> <nav id="sub-nav"> - <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="Flux RSS"></a> + <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> - <a id="nav-search-btn" class="nav-icon" title="Rechercher"></a> + <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> @@ -117,7 +117,7 @@ <div class="widget-wrap"> - <h3 class="widget-title">Articles récents</h3> + <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> @@ -138,7 +138,7 @@ <div class="outer"> <div id="footer-info" class="inner"> © 2017 William Guo<br> - Propulsé by <a href="http://hexo.io/" target="_blank">Hexo</a> + Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/7eaacd60/archives/index.html ---------------------------------------------------------------------- diff --git a/archives/index.html b/archives/index.html index 188c4e7..8438d36 100644 --- a/archives/index.html +++ b/archives/index.html @@ -48,9 +48,9 @@ </nav> <nav id="sub-nav"> - <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="Flux RSS"></a> + <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> - <a id="nav-search-btn" class="nav-icon" title="Rechercher"></a> + <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> @@ -117,7 +117,7 @@ <div class="widget-wrap"> - <h3 class="widget-title">Articles récents</h3> + <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> @@ -138,7 +138,7 @@ <div class="outer"> <div id="footer-info" class="inner"> © 2017 William Guo<br> - Propulsé by <a href="http://hexo.io/" target="_blank">Hexo</a> + Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer> http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/7eaacd60/images/egg-logo.png ---------------------------------------------------------------------- diff --git a/images/egg-logo.png b/images/egg-logo.png new file mode 100644 index 0000000..c04e70d Binary files /dev/null and b/images/egg-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/7eaacd60/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 7e7ebaa..4850f6a 100644 --- a/index.html +++ b/index.html @@ -48,9 +48,9 @@ </nav> <nav id="sub-nav"> - <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="Flux RSS"></a> + <a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a> - <a id="nav-search-btn" class="nav-icon" title="Rechercher"></a> + <a id="nav-search-btn" class="nav-icon" title="Search"></a> </nav> <div id="search-form-wrap"> <form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://yoursite.com"></form> @@ -113,7 +113,7 @@ <p><strong>Apache Griffin Service</strong>:</p> <p>We have RESTful web services to accomplish all the functionalities of Apache Griffin, such as register data-set, create data quality model, publish metrics, retrieve metrics, add subscription, etc. So, the developers can develop their own user interface based on these web serivces.</p> <h2 id="Main-business-process"><a href="#Main-business-process" class="headerlink" title="Main business process"></a>Main business process</h2><p>Hereâs the business process diagram</p> - +<p><img src="/images/Business_Process.png" alt=""></p> <h2 id="Rationale"><a href="#Rationale" class="headerlink" title="Rationale"></a>Rationale</h2><p>The challenge we face at eBay is that our data volume is becoming bigger and bigger, systems process become more complex, while we do not have a unified data quality solution to ensure the trusted data sets which provide confidences on data quality to our data consumers. The key challenges on data quality includes:</p> <ol> <li>Existing commercial data quality solution cannot address data quality lineage among systems, cannot scale out to support fast growing data at eBay</li> @@ -130,11 +130,12 @@ <li>Native code generation to run everywhere, including Hadoop, Kafka, Spark, etc.</li> <li>One set of tools to build data quality pipelines across all eBay data platforms.</li> </ul> +<h2 id="Disclaimer"><a href="#Disclaimer" class="headerlink" title="Disclaimer"></a>Disclaimer</h2><p>Apache Griffin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.<br><img src="/images/egg-logo.png" alt=""></p> </div> <footer class="article-footer"> - <a data-url="http://yoursite.com/2017/03/20/hello-world/" data-id="cj0ikfzhw0000pgpouj7009vf" class="article-share-link">Partager</a> + <a data-url="http://yoursite.com/2017/03/20/hello-world/" data-id="cj0oco7bz0000jwpo0nursn7w" class="article-share-link">Share</a> </footer> @@ -169,7 +170,7 @@ <div class="widget-wrap"> - <h3 class="widget-title">Articles récents</h3> + <h3 class="widget-title">Recent Posts</h3> <div class="widget"> <ul> @@ -190,7 +191,7 @@ <div class="outer"> <div id="footer-info" class="inner"> © 2017 William Guo<br> - Propulsé by <a href="http://hexo.io/" target="_blank">Hexo</a> + Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> </div> </div> </footer>
