An open API service indexing awesome lists of open source software.

https://github.com/apache/fluo

Apache Fluo
https://github.com/apache/fluo

accumulo big-data fluo hacktoberfest

Last synced: 15 days ago
JSON representation

Apache Fluo

Awesome Lists containing this project

README

        

[![Fluo][logo]][fluo]
---
[![Build Status][ti]][tl] [![Apache License][li]][ll] [![Maven Central][mi]][ml] [![Javadoc][ji]][jl]

[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 built on [Apache Accumulo]. 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/
[Apache Accumulo]: https://accumulo.apache.org
[Percolator]: https://research.google.com/pubs/pub36726.html
[fluo-docs]: https://fluo.apache.org/docs/
[ti]: https://github.com/apache/fluo/workflows/CI/badge.svg
[tl]: https://github.com/apache/fluo/actions
[li]: http://img.shields.io/badge/license-ASL-blue.svg
[ll]: https://github.com/apache/fluo/blob/main/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://www.javadoc.io/badge/org.apache.fluo/fluo-api.svg
[jl]: http://www.javadoc.io/doc/org.apache.fluo/fluo-api
[logo]: contrib/fluo-logo.png