r

rill-flow

a high-performance and scalable distributed workflow orchestration service, originally designed to tackle the complexities and high concurrency demands of video processing workflows in the Weibo video business context.
https://github.com/weibocom/rill-flow
The Apache Software License, Version 2.0
Axb techlog
Files download
File Operation
rill-flow-0.1.9.pom download
Apache Maven
<dependency>
  <groupId>com.weibo</groupId>
  <artifactId>rill-flow</artifactId>
  <version>0.1.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.weibo:rill-flow:0.1.9'
Gradle Kotlin
implementation("com.weibo:rill-flow:0.1.9")
Scala SBT
libraryDependencies += "com.weibo" % "rill-flow" % "0.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.weibo', module='rill-flow', version='0.1.9')
)
Apache Ivy
<dependency org="com.weibo" name="rill-flow" rev="0.1.9" />
Leiningen
[com.weibo/rill-flow "0.1.9"]
Apache Buildr
'com.weibo:rill-flow:jar:0.1.9'