XQueryd
XQueryd is a daemon service that provides remote execution of XQuery expressions. Intended for scalable XML data processing, it accepts queries from clients over a network protocol, executes them against one or more XML data stores, and returns results in XML or JSON formats.
The name XQueryd has appeared in several XML database projects as a component that hosts the XQuery
Architecture and operation are typically client-server: a persistent process runs a query planner, optimizer, and executor.
Features commonly associated with XQueryd include support for available XQuery versions, module loading, and function or
Administration and deployment are configured via files or APIs. Deployments range from single-node setups to distributed