This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 6e5b7ee Updated Fluo description on main page (#146)
6e5b7ee is described below
commit 6e5b7ee1a08cbfe2bb1d17b8bdfca51ad0a2345c
Author: Mike Walch <[email protected]>
AuthorDate: Tue Mar 13 18:12:18 2018 -0400
Updated Fluo description on main page (#146)
---
index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 1a16e62..a4f9080 100644
--- a/index.html
+++ b/index.html
@@ -5,14 +5,14 @@ html_title_override: true
<div class="row">
<div class="col-sm-8">
<div id="welcome-jumbotron" class="jumbotron" style="text-align: center">
- <h3>Apache Fluo™ lets users make incremental updates to large data
sets stored in Apache Accumulo</h3>
+ <h3>Apache Fluo™ 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.b [...]
+ <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< [...]
+ <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">
--
To stop receiving notification emails like this one, please contact
[email protected].