Skip to content

JumpMind/metl-paged-web-reader

Repository files navigation

The Paged Web Reader is a custom component designed to work with METL 1.1.1.

This component extends the built in Web component by adding support for a specific type of web service pagination.

Use this component to break up requests for data into multiple smaller requests(pages). This is helpful when querying large data sets. Each smaller paged response is sent as a message to downstream components increasing the speed of your flow while reducing memory requirements.

For more information on using the Paged Web Reader component, see the Wiki.

Build Me, Run Me

This project requires the Java JDK to build and run. The build currently generates a jar file which can be dropped into a metl plugin directory.

Build

./gradlew jar

Install

cp ./build/libs/metl-paged-web-reader.jar /opt/metl/plugins/.
service metl restart

Develop

To develop in Eclipse run the following and import the projects:

./gradlew develop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages