# Apache-Fluo **Repository Path**: jempson/Apache-Fluo ## Basic Information - **Project Name**: Apache-Fluo - **Description**: Apache Fluo 是  Google Percolator(搜索索引)的开源实现,允许用户对存储在 Apache Accumulo 中的大型数据集进行增量更新,而无需重新处理 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2018-03-01 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Fluo][logo]][fluo] --- [![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. ## Getting Started * Take the [Fluo Tour][tour] if you are completely new to Fluo. * Read the [Fluo documentation][fluo-docs] to learn how to install Fluo and start a Fluo application on a cluster where Accumulo, Hadoop & Zookeeper are running. If you need help setting up these dependencies, see the [related projects page][related] for external projects that may help. [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 [fluo-docs]: https://fluo.apache.org/docs/ [ti]: https://travis-ci.org/apache/fluo.svg?branch=master [tl]: https://travis-ci.org/apache/fluo [li]: http://img.shields.io/badge/license-ASL-blue.svg [ll]: https://github.com/apache/fluo/blob/master/LICENSE [mi]: https://maven-badges.herokuapp.com/maven-central/org.apache.fluo/fluo-api/badge.svg [ml]: https://maven-badges.herokuapp.com/maven-central/org.apache.fluo/fluo-api/ [ji]: https://javadoc-emblem.rhcloud.com/doc/org.apache.fluo/fluo-api/badge.svg [jl]: http://www.javadoc.io/doc/org.apache.fluo/fluo-api [logo]: contrib/fluo-logo.png