An open API service indexing awesome lists of open source software.

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

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"
```