mikewalch closed pull request #146: Updated Fluo description on main page
URL: https://github.com/apache/fluo-website/pull/146
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/index.html b/index.html
index 1a16e628..a4f9080d 100644
--- a/index.html
+++ b/index.html
@@ -5,14 +5,14 @@
 <div class="row">
   <div class="col-sm-8">
     <div id="welcome-jumbotron" class="jumbotron" style="text-align: center">
-      <h3>Apache Fluo&trade; lets users make incremental updates to large data 
sets stored in Apache Accumulo</h3>
+      <h3>Apache Fluo&trade; is a distributed processing system that lets 
users make incremental updates to large data sets</h3>
       <a style="margin-right: 20px" href="{{ site.baseurl }}/releases/" 
class="btn btn-success btn-sm navbar-btn"><i class="fa fa-download fa-lg"></i> 
Download</a>
       <a style="margin-right: 20px" href="https://github.com/apache/fluo"; 
target="_blank" class="btn btn-default btn-sm navbar-btn"><i class="fa 
fa-github fa-lg"></i> GitHub</a>
       <a href="https://twitter.com/apachefluo"; target="_blank" class="btn 
btn-primary btn-sm navbar-btn"><i class="fa fa-twitter fa-lg"></i> Follow</a>
     </div>
     <h3 style="padding-top: 0px">Overview</h3>
-    <p>Apache Fluo is an open source implementation of <a 
href="https://research.google.com/pubs/pub36726.html"; 
target="_blank">Percolator</a> 
-       (which populates Google's search index) for <a 
href="https://accumulo.apache.org/"; target="_blank">Apache Accumulo</a>. With 
Fluo, users can continuously join new data into large existing data sets 
without reprocessing all data. Unlike batch and streaming frameworks, Fluo 
offers much lower latency and can operate on extremely large data sets. If 
interested in trying Fluo, take the <a href="{{ site.baseurl }}/tour/">Fluo 
tour</a>. For any questions you may have, <a  href="{{ site.baseurl 
}}/contactus/">contact us</a>.</p>
+    <p>With Apache Fluo, users can set up workflows that execute cross node 
transactions when data changes. These workflows enable users to continuously 
join new data into large existing data sets without reprocessing all data. 
Apache Fluo is an open source implementation of <a 
href="https://research.google.com/pubs/pub36726.html"; 
target="_blank">Percolator</a> (which populates Google's search index) that is 
built on <a href="https://accumulo.apache.org/"; target="_blank">Apache 
Accumulo</a>.</p>
+    <p>Take the <a href="{{ site.baseurl }}/tour/">Fluo tour</a> if you are 
interested in learning more. Feel free to <a  href="{{ site.baseurl 
}}/contactus/">contact us</a> if you have questions.</p>
   </div>
   <div class="col-sm-4">
     <div class="row">


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to