This is an automated email from the ASF dual-hosted git repository.
mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/master by this push:
new d204282 Updated description of Fluo in README.md (#1027)
d204282 is described below
commit d2042821e5dcd617c78b65f87f29f9f9818fc1d4
Author: Mike Walch <[email protected]>
AuthorDate: Wed Mar 14 12:23:58 2018 -0400
Updated description of Fluo in README.md (#1027)
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 46d0e9a..2d4a66a 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@ limitations under the License.
---
[![Build Status][ti]][tl] [![Apache License][li]][ll] [![Maven
Central][mi]][ml] [![Javadoc][ji]][jl]
-**Apache Fluo lets users make incremental updates to large data sets stored in
Apache Accumulo.**
-
-[Apache Fluo][fluo] is an open source implementation of
[Percolator][percolator] (which populates
-Google's search index) for [Apache Accumulo][accumulo]. Fluo makes it possible
to update the results
-of a large-scale computation, index, or analytic as new data is discovered.
Check out the Fluo
-[project website][fluo] for news and general information.
+[Apache Fluo][fluo] is a distributed processing system that lets users make
incremental updates to large
+data sets. 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
[Percolator][Percolator] (which
+populates Google's search index) that is built on [Apache Accumulo]. Check out
the
+[Fluo project website][fluo] for news and general information.
## Getting Started
@@ -36,8 +36,8 @@ of a large-scale computation, index, or analytic as new data
is discovered. Chec
[fluo]: https://fluo.apache.org/
[related]: https://fluo.apache.org/related-projects/
[tour]: https://fluo.apache.org/tour/
-[accumulo]: https://accumulo.apache.org
-[percolator]: https://research.google.com/pubs/pub36726.html
+[Apache Accumulo]: https://accumulo.apache.org
+[Percolator]: https://research.google.com/pubs/pub36726.html
[fluo-docs]: https://fluo.apache.org/docs/
[ti]: https://travis-ci.org/apache/fluo.svg?branch=master
[tl]: https://travis-ci.org/apache/fluo
--
To stop receiving notification emails like this one, please contact
[email protected].