Fluo Core

The modules contains the core implementation code of Fluo.

License

License

GroupId

GroupId

io.fluo
ArtifactId

ArtifactId

fluo-core
Last Version

Last Version

1.0.0-beta-2
Release Date

Release Date

Type

Type

jar
Description

Description

Fluo Core
The modules contains the core implementation code of Fluo.
Project URL

Project URL

http://www.fluo.io/fluo-core
Project Organization

Project Organization

Fluo IO

Download fluo-core

How to add to project

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

Dependencies

compile (16)

Group / Artifact Type Version
com.google.guava : guava jar 13.0.1
commons-configuration : commons-configuration jar 1.10
io.dropwizard.metrics : metrics-core jar 3.1.1
io.dropwizard.metrics : metrics-graphite jar 3.1.1
io.fluo : fluo-accumulo jar 1.0.0-beta-2
io.fluo : fluo-api jar 1.0.0-beta-2
org.apache.accumulo : accumulo-core jar 1.6.4
org.apache.curator : curator-client jar 2.7.1
org.apache.curator : curator-framework jar 2.7.1
org.apache.curator : curator-recipes jar 2.7.1
org.apache.hadoop : hadoop-client jar 2.6.3
org.apache.thrift : libthrift jar 0.9.1
org.apache.zookeeper : zookeeper jar 3.4.6
org.hdrhistogram : HdrHistogram jar 2.1.8
org.mpierce.metrics.reservoir : hdrhistogram-metrics-reservoir jar 1.1.0
org.slf4j : slf4j-api jar 1.7.12

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.0-beta-2
1.0.0-beta-1
1.0.0-alpha-1