Download List

專案描述

Zorba is a general-purpose XQuery processor implementing in C++ the W3C family of specifications. It is not an XML database. The query processor has been designed to be embeddable in a variety of environments, such as other programming languages extended with XML processing capabilities, browsers, database servers, XML message dispatchers, or smartphones. Its architecture employes a modular design, which allows customizing the Zorba query processor to the environment’s needs. In particular, the architecture of the query processor allows a pluggable XML store (e.g. main memory, DOM stores, persistent disk-based large stores, and S3 stores).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-15 08:56
2.0.0

Zorba 2 is an extensive rewrite and re-architectural work, with improved stability, complete functionality, and max conformance level. It supports W3C specs (XQuery 1.0 with XMLSchema validation, XQuery 3.0 June 2011 draft with try-catch, groupby, outerjoins, XQuery Update 1.0, XQuery Full Text 1.0, and XSLT 1.0), extension specs (XQuery Data Definition (collections, indexes and integrity constraints) and XQuery Scripting Extension), and an extensive set of modules (process, system, HTTP, data cleaning, data conversion (JSON, CSV, HTML), excel, cryptography, geo, image, oauth, and email).

2011-03-11 07:11
1.4.2

Various bugfixes.
標籤: Bugfixes

2010-07-23 07:58
1.4

Besides bugfixes and performance improvements, this release comes with an extended function library and support for the XQuery 1.1 switch expression. You can find examples for the new features that are ready to execute in the live demo. Moreover, the tutorial “Atom Processing with Zorba” shows how easy it is to develop a tiny mashup entirely in XQuery with Zorba and the EXPath HTTP client.
標籤: Stable, Major

2010-07-23 07:58
1.2

This release contains mostly bugfixes and major performance improvements. It also contains a preliminary implementation of higher-order functions as specified in XQuery 1.1.
標籤: Stable, Major

2010-03-14 19:10
1.0.0

The following specifications are implemented in this version: XQuery 1.0 (with schema validation) (99.5%W3C tests success rate), XQuery Update (97.2%), XQueryX (98.5% success rate for XQuery 1.0 and 96.6% for XQuery Update), many XQuery 1.1 features (including try-catch, windowing and general FLWOR expressions), and XQuery Scripting Extension. This release includes support for data definition and manipulation (collections, indexes, and integrity constraints). It also extends the standard XQuery capabilities with a rich and extensible function library, including xqDoc, REST, JSON, CSV, Excel functions, email, introspection, file manipulation, and mathematical computations. Zorba 1.0 includes lots of bug fixes and performance improvements as well.
標籤: major stable release

Project Resources