Apache Fluo

Clone this repo:
  1. 973dfb8 Bump org.apache.zookeeper:zookeeper (#1131) by dependabot[bot] · 5 months ago main
  2. 401ceca Bump guava from 31.1-jre to 32.0.0-jre (#1130) by dependabot[bot] · 9 months ago
  3. cb4f741 [maven-release-plugin] prepare for next development iteration by Keith Turner · 11 months ago
  4. 4762948 [maven-release-plugin] prepare release rel/fluo-2.0.0 by Keith Turner · 11 months ago rel/fluo-2.0.0
  5. 4f97887 regenerate code using thrift 17 (#1129) by Keith Turner · 1 year, 1 month ago

Fluo

Build Status Apache License Maven Central Javadoc

Apache 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 built on Apache Accumulo. Check out the Fluo project website for news and general information.

Getting Started

  • Take the Fluo Tour if you are completely new to Fluo.
  • Read the Fluo documentation 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 for external projects that may help.