-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
33 lines (19 loc) · 1.14 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
riffle is a lightweight Java library for executing collections of dependent processes as a single process.
This library provides Java Annotations for tagging classes and methods supporting required life-cycle stages, and
a simple utility for invoking instances of those classes in dependency order.
It is intended that more robust workflow tools adopt these Annotations allowing users and developers across
diverse projects to implement and link to a single life-cycle model without inheriting any incompatible
license restrictions.
See the Cascading open-source project for an alternative tool for executing riffle Annotated classes.
http://www.cascading.org/
Compiling:
> gradle build
Maven/Ivy:
Riffle lives in the Conjar jar repository (http://conjars.org):
http://conjars.org/riffle/riffle
License:
riffle is copyrighted by Concurrent, Inc. (http://www.concurrentinc.com/) and licensed under
the Apache 2.0 (see LICENSE.txt).
Developing:
Contributions are welcome through GitHub via git forks. See http://www.github.com.
riffle is currently a Work In Progress and is subject to change in incompatible ways before 1.0.