This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b2951c9 Jekyll build from gh-pages:63e8ec8
b2951c9 is described below
commit b2951c95f8f8398278cce7713885c48a17a6d903
Author: Mike Walch <[email protected]>
AuthorDate: Wed Mar 14 13:36:29 2018 -0400
Jekyll build from gh-pages:63e8ec8
Moved Percolator reference to design docs (#148)
---
docs/fluo/1.2/getting-started/design.html | 5 +++++
feed.xml | 4 ++--
index.html | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/docs/fluo/1.2/getting-started/design.html
b/docs/fluo/1.2/getting-started/design.html
index 6775d1c..4fb585b 100644
--- a/docs/fluo/1.2/getting-started/design.html
+++ b/docs/fluo/1.2/getting-started/design.html
@@ -208,6 +208,11 @@
<p><img src="/resources/docs/fluo-architecture.png" alt="fluo-architecture"
/></p>
+<h2 id="background">Background</h2>
+
+<p>The design of Apache Fluo is inspired by Google’s <a
href="https://research.google.com/pubs/pub36726.html">Percolator</a> which is
described as
+being used to populate Google’s search index.</p>
+
<h2 id="fluo-application">Fluo Application</h2>
<p>A <strong>Fluo application</strong> maintains a large scale computation
using a series of small transactional
diff --git a/feed.xml b/feed.xml
index d56b14c..95c2416 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
<description>Apache Fluo Website</description>
<link>https://fluo.apache.org//</link>
<atom:link href="https://fluo.apache.org//feed.xml" rel="self"
type="application/rss+xml" />
- <pubDate>Wed, 14 Mar 2018 14:47:38 +0000</pubDate>
- <lastBuildDate>Wed, 14 Mar 2018 14:47:38 +0000</lastBuildDate>
+ <pubDate>Wed, 14 Mar 2018 17:36:24 +0000</pubDate>
+ <lastBuildDate>Wed, 14 Mar 2018 17:36:24 +0000</lastBuildDate>
<generator>Jekyll v3.6.2</generator>
diff --git a/index.html b/index.html
index 3ac1a84..51151f2 100644
--- a/index.html
+++ b/index.html
@@ -116,7 +116,7 @@
<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>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>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 built on <a href="https://accumulo.apache.org/"
target="_blank">Apache Accumulo</a>.</p>
<p>Take the <a href="/tour/">Fluo tour</a> if you are interested in
learning more. Feel free to <a href="/contactus/">contact us</a> if you have
questions.</p>
</div>
<div class="col-sm-4">
--
To stop receiving notification emails like this one, please contact
[email protected].