Skip to content

markun/zorba

 
 

Repository files navigation

#Zorba - The NoSQL Processor Circle CI

http:https://zorba.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:https://zorba.io/documentation/latest

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

About

Zorba - the NoSQL processor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.3%
  • HTML 12.0%
  • XQuery 11.3%
  • C 3.7%
  • CMake 2.2%
  • Java 2.2%
  • Other 2.3%