Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.68 KB

File metadata and controls

25 lines (19 loc) · 1.68 KB

Build Status

Knot.x Data Bridge

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.).

How does it work

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).

Data Bridge Actions

Currently, the only Data Bridge implementation is an http action. You may read more about its details in the module docs.

Community

Knot.x gives one communication channel that is described here.

Bugs

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.

Licence

Knot.x modules are licensed under the Apache License, Version 2.0 (the "License")