https://github.com/sbsdev/daisy-pipeline-library-client
Prototype client to test the use of the DAISY pipeline directly as a Java library instead of via client-server communication
https://github.com/sbsdev/daisy-pipeline-library-client
Last synced: 23 days ago
JSON representation
Prototype client to test the use of the DAISY pipeline directly as a Java library instead of via client-server communication
- Host: GitHub
- URL: https://github.com/sbsdev/daisy-pipeline-library-client
- Owner: sbsdev
- Created: 2024-04-09T09:13:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T09:34:47.000Z (about 2 years ago)
- Last Synced: 2024-04-09T10:37:25.811Z (about 2 years ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test client for the DAISY Pipeline 2 Java API
A prototype client to test the use of the [DAISY pipeline](http://daisy.github.io/pipeline/)
directly as a Java library instead of via client-server communication as outlined in the section
[Java API](http://daisy.github.io/pipeline/Get-Help/API-Documentation/) in the documentation.
See also the related discussion at https://github.com/daisy/pipeline/discussions/772
## Build and execute
```
mvn -B compile exec:java -Dexec.mainClass="ch.sbs.pipeline.Client"
```