Fluo Recipes Parent

Implementation of Common Fluo patterns

License

License

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-recipes-parent
Last Version

Last Version

1.0.0-beta-2
Release Date

Release Date

Type

Type

pom
Description

Description

Fluo Recipes Parent
Implementation of Common Fluo patterns
Project Organization

Project Organization

Fluo.io
Source Code Management

Source Code Management

https://github.com/fluo-io/fluo-recipes

Download fluo-recipes-parent

How to add to project

<!-- https://jarcasting.com/artifacts/io.fluo/fluo-recipes-parent/ -->
<dependency>
    <groupId>io.fluo</groupId>
    <artifactId>fluo-recipes-parent</artifactId>
    <version>1.0.0-beta-2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fluo/fluo-recipes-parent/
implementation 'io.fluo:fluo-recipes-parent:1.0.0-beta-2'
// https://jarcasting.com/artifacts/io.fluo/fluo-recipes-parent/
implementation ("io.fluo:fluo-recipes-parent:1.0.0-beta-2")
'io.fluo:fluo-recipes-parent:pom:1.0.0-beta-2'
<dependency org="io.fluo" name="fluo-recipes-parent" rev="1.0.0-beta-2">
  <artifact name="fluo-recipes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fluo', module='fluo-recipes-parent', version='1.0.0-beta-2')
)
libraryDependencies += "io.fluo" % "fluo-recipes-parent" % "1.0.0-beta-2"
[io.fluo/fluo-recipes-parent "1.0.0-beta-2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • modules/core
  • modules/accumulo
  • modules/kryo
  • modules/spark
  • modules/test

Apache Fluo Recipes

Build Status Apache License

Fluo Recipes are common code for Apache 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

Versions

Version
1.0.0-beta-2
1.0.0-beta-1