Fluo Integration

This module contains Fluo integration tests

Лицензия

Лицензия

Группа

Группа

io.fluo
Идентификатор

Идентификатор

fluo-integration
Последняя версия

Последняя версия

1.0.0-beta-2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Fluo Integration
This module contains Fluo integration tests
Ссылка на сайт

Ссылка на сайт

http://www.fluo.io/fluo-integration
Организация-разработчик

Организация-разработчик

Fluo IO

Скачать fluo-integration

Как подключить последнюю версию

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

Зависимости

test (14)

Идентификатор библиотеки Тип Версия
commons-configuration : commons-configuration jar 1.10
commons-io : commons-io jar 2.4
io.fluo : fluo-accumulo jar 1.0.0-beta-2
io.fluo : fluo-api jar 1.0.0-beta-2
io.fluo : fluo-core jar 1.0.0-beta-2
io.fluo : fluo-mini jar 1.0.0-beta-2
junit : junit jar 4.12
org.apache.accumulo : accumulo-core jar 1.6.4
org.apache.accumulo : accumulo-minicluster jar 1.6.4
org.apache.curator : curator-framework jar 2.7.1
org.apache.hadoop : hadoop-client jar 2.6.3
org.apache.thrift : libthrift jar 0.9.1
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : slf4j-log4j12 jar 1.7.12

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0-beta-2
1.0.0-beta-1