a

activej-dataflow

Distributed stream-based batch processing engine for Big Data applications. Contains tools for working with large datasets spanned multiple partitions.
文件下载
文件名 操作
activej-dataflow-6.0-rc1.jar 下载
activej-dataflow-6.0-rc1.pom 下载
activej-dataflow-6.0-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-dataflow</artifactId>
  <version>6.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-dataflow:6.0-rc1'
Gradle Kotlin
implementation("io.activej:activej-dataflow:6.0-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej-dataflow" % "6.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-dataflow', version='6.0-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej-dataflow" rev="6.0-rc1" />
Leiningen
[io.activej/activej-dataflow "6.0-rc1"]
Apache Buildr
'io.activej:activej-dataflow:jar:6.0-rc1'