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 zorba -q 1+1
You can also mount a local folder that contains your queries. The image exposes a volume at /queries
:
docker run -v /home/fcavalieri/myqueries:/queries zorba -q foo.xq -f
http://zorba.io/documentation/latest
If you want to be informed about new code releases, bug fixes and general news and information about the Zorba NoSQL Processor, subscribe to the Zorba Users mailing list [email protected]