You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by na...@apache.org on 2014/10/29 14:15:52 UTC

svn commit: r1635124 - in /storm/site: documentation/Powered-By.md images/logos/yelp.png index.html publish/documentation/Powered-By.html publish/images/logos/yelp.png publish/index.html

Author: nathanmarz
Date: Wed Oct 29 13:15:52 2014
New Revision: 1635124

URL: http://svn.apache.org/r1635124
Log:
added yelp to powered by

Added:
    storm/site/images/logos/yelp.png   (with props)
    storm/site/publish/images/logos/yelp.png   (with props)
Modified:
    storm/site/documentation/Powered-By.md
    storm/site/index.html
    storm/site/publish/documentation/Powered-By.html
    storm/site/publish/index.html

Modified: storm/site/documentation/Powered-By.md
URL: http://svn.apache.org/viewvc/storm/site/documentation/Powered-By.md?rev=1635124&r1=1635123&r2=1635124&view=diff
==============================================================================
--- storm/site/documentation/Powered-By.md (original)
+++ storm/site/documentation/Powered-By.md Wed Oct 29 13:15:52 2014
@@ -248,6 +248,17 @@ This project helps Ops to determine and 
 </td>
 </tr>
 
+<tr>
+<td>
+<a href="http://www.yelp.com/">Yelp</a>
+</td>
+<td>
+<p>
+Yelp is using Storm with <a href="http://pyleus.org/">Pyleus</a> to build a platform for developers to consume and process high throughput streams of data in real time. We have ongoing projects to use Storm and Pyleus for overhauling our internal application metrics pipeline, building an automated Python profile analysis system, and for general ETL operations. As its support for non-JVM components matures, we hope to make Storm the standard way of processing streaming data at Yelp.
+</p>
+</td>
+</tr>
+
 
 <tr>
 <td>

Added: storm/site/images/logos/yelp.png
URL: http://svn.apache.org/viewvc/storm/site/images/logos/yelp.png?rev=1635124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: storm/site/images/logos/yelp.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: storm/site/index.html
URL: http://svn.apache.org/viewvc/storm/site/index.html?rev=1635124&r1=1635123&r2=1635124&view=diff
==============================================================================
--- storm/site/index.html (original)
+++ storm/site/index.html Wed Oct 29 13:15:52 2014
@@ -19,8 +19,8 @@ logos:
       - "fullcontact.png"
       - 58
     - 
-      - "http://www.idexx.com/view/xhtml/en_us/corporate/home.jsf"
-      - "idexx.gif"
+      - "http://www.yelp.com"
+      - "yelp.png"
       - 110   
     -
       - "http://www.yahoo.co.jp"

Modified: storm/site/publish/documentation/Powered-By.html
URL: http://svn.apache.org/viewvc/storm/site/publish/documentation/Powered-By.html?rev=1635124&r1=1635123&r2=1635124&view=diff
==============================================================================
--- storm/site/publish/documentation/Powered-By.html (original)
+++ storm/site/publish/documentation/Powered-By.html Wed Oct 29 13:15:52 2014
@@ -1,49 +1,49 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-	
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-   <meta http-equiv="content-type" content="text/html;charset=utf-8" />
-	<meta name="description" content="Storm is a distributed and fault-tolerant realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, and is a lot of fun to use!" />
-	<meta name="keywords" content="storm, hadoop, realtime, stream, mapreduce, java, computation, scalability, clojure, scala, jvm, processing" />
-	<title>Storm Documentation</title>
-	<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
-<script type="text/javascript">
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-32530285-1']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-</script>
-</head>
-
-<body>
-<div id="wrap">
-<div id="top">
-<div id="projecttitle">
-<h2><a href="/" title="Back to main page">Storm</a></h2>
-<p id="slogan">Distributed and fault-tolerant realtime computation</p>
-</div>
-<div id="menu">
-<ul>
-<li><a href="/about/integrates.html">about</a></li>
-
-<!--
-<li><a href="/blog.html">blog</a></li>
--->
-
-<li><a href="/documentation/Home.html">documentation</a></li>
-<li><a href="/blog.html">blog</a></li>
-<li><a href="/downloads.html">downloads</a></li>
-<li><a href="/community.html">community</a></li>
-</ul>
-</div>
-</div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+	
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+   <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+	<meta name="description" content="Storm is a distributed and fault-tolerant realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, and is a lot of fun to use!" />
+	<meta name="keywords" content="storm, hadoop, realtime, stream, mapreduce, java, computation, scalability, clojure, scala, jvm, processing" />
+	<title>Storm Documentation</title>
+	<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32530285-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+</head>
+
+<body>
+<div id="wrap">
+<div id="top">
+<div id="projecttitle">
+<h2><a href="/" title="Back to main page">Storm</a></h2>
+<p id="slogan">Distributed and fault-tolerant realtime computation</p>
+</div>
+<div id="menu">
+<ul>
+<li><a href="/about/integrates.html">about</a></li>
+
+<!--
+<li><a href="/blog.html">blog</a></li>
+-->
+
+<li><a href="/documentation/Home.html">documentation</a></li>
+<li><a href="/blog.html">blog</a></li>
+<li><a href="/downloads.html">downloads</a></li>
+<li><a href="/community.html">community</a></li>
+</ul>
+</div>
+</div>
 <div id="content">
 <div id="sidebar">
   <ul>
@@ -312,6 +312,16 @@ This project helps Ops to determine and 
 </td>
 </tr>
 
+<tr>
+<td>
+<a href="http://www.yelp.com/">Yelp</a>
+</td>
+<td>
+<p>
+Yelp is using Storm with <a href="http://pyleus.org/">Pyleus</a> to build a platform for developers to consume and process high throughput streams of data in real time. We have ongoing projects to use Storm and Pyleus for overhauling our internal application metrics pipeline, building an automated Python profile analysis system, and for general ETL operations. As its support for non-JVM components matures, we hope to make Storm the standard way of processing streaming data at Yelp.
+</p>
+</td>
+</tr>
 
 <tr>
 <td>
@@ -1005,13 +1015,13 @@ Polecat uses Storm to run an application
 </table>
 
 </div>
-</div>
-<div id="clear"></div></div>
-<div id="footer">
-	<p>
-Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. Apache Storm, Apache, the Apache feather logo, and the Apache Storm project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-</div>
-</div>
-
-</body>
+</div>
+<div id="clear"></div></div>
+<div id="footer">
+	<p>
+Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. Apache Storm, Apache, the Apache feather logo, and the Apache Storm project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+</div>
+
+</body>
 </html>
\ No newline at end of file

Added: storm/site/publish/images/logos/yelp.png
URL: http://svn.apache.org/viewvc/storm/site/publish/images/logos/yelp.png?rev=1635124&view=auto
==============================================================================
Binary file - no diff available.

Propchange: storm/site/publish/images/logos/yelp.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: storm/site/publish/index.html
URL: http://svn.apache.org/viewvc/storm/site/publish/index.html?rev=1635124&r1=1635123&r2=1635124&view=diff
==============================================================================
--- storm/site/publish/index.html (original)
+++ storm/site/publish/index.html Wed Oct 29 13:15:52 2014
@@ -1,49 +1,49 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-	
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-   <meta http-equiv="content-type" content="text/html;charset=utf-8" />
-	<meta name="description" content="Storm is a distributed and fault-tolerant realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, and is a lot of fun to use!" />
-	<meta name="keywords" content="storm, hadoop, realtime, stream, mapreduce, java, computation, scalability, clojure, scala, jvm, processing" />
-	<title>Storm, distributed and fault-tolerant realtime computation</title>
-	<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
-<script type="text/javascript">
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-32530285-1']);
-  _gaq.push(['_trackPageview']);
-
-  (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-  })();
-
-</script>
-</head>
-
-<body>
-<div id="wrap">
-<div id="top">
-<div id="projecttitle">
-<h2><a href="/" title="Back to main page">Storm</a></h2>
-<p id="slogan">Distributed and fault-tolerant realtime computation</p>
-</div>
-<div id="menu">
-<ul>
-<li><a href="/about/integrates.html">about</a></li>
-
-<!--
-<li><a href="/blog.html">blog</a></li>
--->
-
-<li><a href="/documentation/Home.html">documentation</a></li>
-<li><a href="/blog.html">blog</a></li>
-<li><a href="/downloads.html">downloads</a></li>
-<li><a href="/community.html">community</a></li>
-</ul>
-</div>
-</div>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+	
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+   <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+	<meta name="description" content="Storm is a distributed and fault-tolerant realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, and is a lot of fun to use!" />
+	<meta name="keywords" content="storm, hadoop, realtime, stream, mapreduce, java, computation, scalability, clojure, scala, jvm, processing" />
+	<title>Storm, distributed and fault-tolerant realtime computation</title>
+	<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32530285-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+</head>
+
+<body>
+<div id="wrap">
+<div id="top">
+<div id="projecttitle">
+<h2><a href="/" title="Back to main page">Storm</a></h2>
+<p id="slogan">Distributed and fault-tolerant realtime computation</p>
+</div>
+<div id="menu">
+<ul>
+<li><a href="/about/integrates.html">about</a></li>
+
+<!--
+<li><a href="/blog.html">blog</a></li>
+-->
+
+<li><a href="/documentation/Home.html">documentation</a></li>
+<li><a href="/blog.html">blog</a></li>
+<li><a href="/downloads.html">downloads</a></li>
+<li><a href="/community.html">community</a></li>
+</ul>
+</div>
+</div>
 <div id="content" style="padding-left: 40px">
 <!-- <div id="left"> -->
 <p>
@@ -72,7 +72,7 @@ Storm <a href="/about/integrates.html">i
   
 <a href="http://www.fullcontact.com"><img style="height: 58px; vertical-align: middle; margin-top: 4px; margin-left: 2px;" src="/images/logos/fullcontact.png"/></a>
   
-<a href="http://www.idexx.com/view/xhtml/en_us/corporate/home.jsf"><img style="height: 110px; vertical-align: middle; margin-top: 4px; margin-left: 2px;" src="/images/logos/idexx.gif"/></a>
+<a href="http://www.yelp.com"><img style="height: 110px; vertical-align: middle; margin-top: 4px; margin-left: 2px;" src="/images/logos/yelp.png"/></a>
   
 <a href="http://www.yahoo.co.jp"><img style="height: 58px; vertical-align: middle; margin-top: 4px; margin-left: 2px;" src="/images/logos/Yahoo_Japan_logo.png"/></a>
   
@@ -104,13 +104,13 @@ Storm <a href="/about/integrates.html">i
 
 
 </div> 
-
-<div id="clear"></div></div>
-<div id="footer">
-	<p>
-Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. Apache Storm, Apache, the Apache feather logo, and the Apache Storm project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-</div>
-</div>
-
-</body>
+
+<div id="clear"></div></div>
+<div id="footer">
+	<p>
+Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. Apache Storm, Apache, the Apache feather logo, and the Apache Storm project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+</div>
+
+</body>
 </html>
\ No newline at end of file