aclavio / marklogic-script-runner

MarkLogic application to easily run xquery scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkLogic Script Runner

Overview

MarkLogic Script Runner is a web application designed to allow users to quickly run server-side MarkLogic scripts without needing to use the qconsole, or have any xquery background.

Scripts

Scripts are defined via xml configuration files. These script definition files must be located within a database on the MarkLogic Server where the scripts are to be executed. Each script definition should have the following form:

<scripts xmlns="http://marklogic.com/script-runner/scripts">
  <script name="Example" category="Samples">
    <description>This is a sample script description.</description>
    <path>/test/sample-script.xqy</path>
    <content-db>content-db-name</content-db>
    <modules-db>modules-db-name</modules-db>
  </script>
</scripts>

About

MarkLogic application to easily run xquery scripts.

License:Other


Languages

Language:JavaScript 72.6%Language:XQuery 17.0%Language:Ruby 9.6%Language:Shell 0.4%Language:CSS 0.4%Language:Handlebars 0.1%Language:XSLT 0.0%Language:HTML 0.0%