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
- Host: GitHub
- URL: https://github.com/apache/fluo
- Owner: apache
- License: apache-2.0
- Created: 2013-06-19T20:14:05.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T00:33:37.000Z (2 months ago)
- Last Synced: 2025-05-08T16:30:37.092Z (23 days ago)
- Topics: accumulo, big-data, fluo, hacktoberfest
- Language: Java
- Homepage: https://fluo.apache.org
- Size: 4.32 MB
- Stars: 188
- Watchers: 30
- Forks: 74
- Open Issues: 127
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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