Skip to content

28msec/zorba

Repository files navigation

Zorba - NoSQL Query Processor

Circle CI

Docker Container

A container with the zorba binary is available at https://registry.hub.docker.com/u/fcavalieri/zorba/

Below are examples of Zorba executed via Docker:

docker run --rm zorba -q 1+1

You can also mount a local folder that contains your queries. The image exposes a volume at /queries:

docker run --rm -v /path/to/queries:/queries fcavalieri/zorba -q foo.xq -f

Support

If you want to be informed about new code releases, bug fixes and general news and information about the Zorba XQuery Processor, subscribe to the Zorba Users mailing list zorba-users@googlegroups.com