Skip to content

Data Bridge is an integration module that enriches Fragments with data from external sources

License

Notifications You must be signed in to change notification settings

oskarjerzyk/knotx-data-bridge

 
 

Repository files navigation

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

About

Data Bridge is an integration module that enriches Fragments with data from external sources

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.7%
  • Kotlin 6.3%