xpipe/extension
Christopher Schnick 770d7be208 Prepare workflows
2022-03-10 19:38:57 +01:00
..
src/main More preparation for proper release 2022-03-09 22:51:04 +01:00
build.gradle Prepare workflows 2022-03-10 19:38:57 +01:00
publish.gradle Cleanup, some documentation, and refactoring 2022-03-08 23:30:13 +01:00
README.md Prepare workflows 2022-03-10 19:38:57 +01:00

Maven Central javadoc Build Status

X-Pipe Extension API

The X-Pipe extension API allows you to create extensions of any kind for X-Pipe.

Custom data sources

A custom data source type can be implemented by creating a custom DataSourceProvider. This provider contains all the information required for proper handling of your custom data sources, whether you access it from the CLI, any API, or the X-Pipe commander gui.

Custom data sinks

A custom data sink type can be implemented by creating a custom DataSinkProvider. As the notion of a sink is abstract, it allows you to basically implement any type of sink you want. Whether the target is a programming language, another application, a database, or a regular file.