Skip to content

buchenberg/zorba

 
 

Repository files navigation

#Zorba - NoSQL Query Processor Circle CI

http://zorba.28.io/

##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 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

##Documentation http://zorba.28.io/documentation/latest

##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

##Hosting 28.io is a PaaS for JSONiq and XQuery that utilizes Zorba. To get started, checkout these instructions.

About

JSONiq & XQuery Query Processor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.2%
  • HTML 12.4%
  • XQuery 11.7%
  • C 3.8%
  • CMake 2.0%
  • Yacc 0.8%
  • Other 1.1%