That's great news! Thanks for the update. Christian
On Fri, Jul 31, 2015 at 4:16 PM, Federico Cavalieri <[email protected]> wrote: > Dear Zorba users, > > We are proud to announce the release of Zorba 3.1, codename Leto. > > This release introduces a new query profiler for performance analysis and a > revamped function caching infrastructure. > Leto also includes many optimizations, a number of new features, and more > than 60 bug fixes. > Please check the ChangeLog at > https://github.com/28msec/zorba/blob/master/ChangeLog for complete > information. > > Zorba Leto is the first release to be also available via Docker > (https://www.docker.com/). > Docker is a great way to deploy Zorba on any operating system. > The image is available at > https://registry.hub.docker.com/u/fcavalieri/zorba/. > Below are examples of Zorba executed via Docker: > > Zorba command via Docker. > docker run zorba -q 1+1 > > You can also mount a local folder that contains your queries. > > Zorba command via docker using a mounted volume. > docker run -v /home/fcavalieri/myqueries:/queries zorba -q foo.xq -f > > Checkout the full announcement at http://www.28.io/blog/zorba-3.1/ > > Happy querying! > Federico > > _______________________________________________ > [email protected] > http://x-query.com/mailman/listinfo/talk _______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
