is not current version
Last Version 5.3

io.activej:activej-dataflow 1.0-rc1

Distributed stream-based batch processing engine for Big Data applications. Package contains tools to work with large datasets which could be spanned into multiple partitions.

Categories

Categories

Data ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-dataflow
Version

Version

1.0-rc1
Type

Type

jar

Download activej-dataflow 1.0-rc1


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