marklogic-community / pipes

Pipes for MarkLogic DataHub is visual programming tool for MarkLogic Data Hub. It integrates with MarkLogic's Datahub and produces custom code step(s) using a no-code UI environment.
https://marklogic-community.github.io/pipes/
Other
13 stars 1 forks source link

[FEATURE] Pipes for Visual Data Service design #310

Open josvanroosmalen opened 4 years ago

josvanroosmalen commented 4 years ago

The idea here is to have a low code option for Data Service. Here we have an "DataServiceInput" block, and a "DataServiceOutput" block.

Aim to get this in release 3.0 after the native Javascript generator.

grtjn commented 4 years ago

Alternative approach, as suggested offline: allow calling generated pipes code 'manually' for self-written code. That way it can be invoked in any context, even rest extensions, or random other sjs (or xqy?) code..

Could also be complementary. Generate code into libraries, and provide ready to use endpoint code and such that make use of the libs.