https://github.com/uchuhimo/tube
A prototype for dataflow graph API in Java
https://github.com/uchuhimo/tube
dataflow java
Last synced: over 1 year ago
JSON representation
A prototype for dataflow graph API in Java
- Host: GitHub
- URL: https://github.com/uchuhimo/tube
- Owner: uchuhimo
- License: apache-2.0
- Created: 2017-08-10T13:49:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T14:17:29.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T15:26:49.102Z (over 1 year ago)
- Topics: dataflow, java
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tube
[](http://java.oracle.com)
[](https://travis-ci.org/uchuhimo/tube)
A prototype for dataflow graph API in Java.
## Prerequisites
- JDK 1.8 or higher
## Build from source
Build library with Gradle using the following command:
```
gradlew clean assemble
```
Test library with Gradle using the following command:
```
gradlew clean test
```
Since Gradle has excellent incremental build support, you can usually omit executing the `clean` task.
Install library in a local Maven repository for consumption in other projects via the following command:
```
gradlew clean install
```
# License
© uchuhimo, 2017. Licensed under an [Apache 2.0](./LICENSE) license.