Data Bridge module contains Actions implementations that are "bridge" between Knot.x Fragments Processing mechanism and external data sources (like Web APIs, databases, caches etc.).
Data Bridge Actions logic is to collect the data from external data sources and update processed Fragment's
payload
with it. Such operation enables further Actions in the Task
to use that data during later processing (e.g. during template processing).
Currently, the only Data Bridge implementation is an http
action. You may read more about its details
in the module docs.
Knot.x gives one communication channel that is described here.
All feature requests and bugs can be filed as issues on Gitub. Do not use Github issues to ask questions, post them on the User Group or Gitter Chat.
Knot.x modules are licensed under the Apache License, Version 2.0 (the "License")