https://github.com/apache/fluo-recipes
Apache Fluo Recipes
https://github.com/apache/fluo-recipes
accumulo big-data fluo hacktoberfest
Last synced: 8 months ago
JSON representation
Apache Fluo Recipes
- Host: GitHub
- URL: https://github.com/apache/fluo-recipes
- Owner: apache
- License: apache-2.0
- Created: 2015-09-04T01:24:21.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T20:01:58.000Z (8 months ago)
- Last Synced: 2025-02-13T20:37:28.152Z (8 months ago)
- Topics: accumulo, big-data, fluo, hacktoberfest
- Language: Java
- Homepage: https://fluo.apache.org
- Size: 722 KB
- Stars: 18
- Watchers: 13
- Forks: 21
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Fluo Recipes
[![Build Status][ti]][tl] [![Apache License][li]][ll]
**Fluo Recipes are common code for [Apache Fluo][fluo] application developers.**
Fluo Recipes build on the Fluo API to offer additional functionality to developers.
They are published separately from Fluo on their own release schedule.
This allows Fluo Recipes to iterate and innovate faster than Fluo (which will maintain
a more minimal API on a slower release cycle). Fluo Recipes offers code to implement
common patterns on top of Fluo's API. It also offers glue code to external libraries
like Spark and Kryo.## Getting Started
* Read the [Fluo Recipes documentation][fluo-docs]
* View the [API][fluo-api] for Fluo Recipes[fluo]: https://fluo.apache.org/
[fluo-api]: https://fluo.apache.org/api/
[fluo-docs]: https://fluo.apache.org/docs/
[ti]: https://github.com/apache/fluo-recipes/workflows/CI/badge.svg
[tl]: https://github.com/apache/fluo-recipes/actions
[li]: http://img.shields.io/badge/license-ASL-blue.svg
[ll]: https://github.com/apache/fluo-recipes/blob/main/LICENSE