Télécharger la liste

Description du projet

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).

Système requise

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 est une réécriture vaste travail re-architectural, avec l'amélioration de la stabilité, la fonctionnalité complète et niveau de conformité max. Il prend en charge les spécifications du W3C (projet de XQuery 1.0 avec validation XMLSchema, XQuery 3.0 juin 2011 avec try-catch, groupby, outerjoins, mise à jour de XQuery 1.0, XQuery 1.0 de texte intégral et XSLT 1.0), extension spécifications (définition de données XQuery (les collections, les index et les contraintes d'intégrité) et XQuery Scripting Extension) et un vaste ensemble de modules (processus, les données de système, HTTP, nettoyage, conversion de données (JSON, CSV, HTML), excel, cryptographie, geoimage, oauth et courriel).
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

Diverses corrections de bugs.
Tags: Bugfixes
Various bugfixes.

2010-07-23 07:58
1.4

Outre des corrections de bogues et des améliorations de performances, cette version est livré avec une bibliothèque de fonctions avancées et le soutien à l'expression XQuery switch 1.1. Vous pouvez trouver des exemples pour les nouvelles fonctionnalités qui sont prêts à exécuter dans la démo. En outre, le didacticiel "Atom traitement avec Zorba" montre combien il est facile de développer un mashup entièrement en minuscules XQuery avec Zorba et le client HTTP EXPath.
Tags: Stable, Major
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.

2010-07-23 07:58
1.2

Ce communiqué contient des corrections de bugs et des améliorations pour la plupart de rendement importants. Il contient également une mise en œuvre préliminaire des fonctions d'ordre supérieur tel que spécifié dans XQuery 1.1.
Tags: Stable, Major
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.

2010-03-14 19:10
1.0.0

Les spécifications suivantes sont implémentées dans cette version: XQuery 1.0 (avec la validation du schéma) (99,5% des tests du W3C taux de réussite), XQuery Update (97,2%), XQueryX (98,5% de réussite pour XQuery 1.0 et 96,6% pour XQuery Update), de nombreux XQuery 1.1 propose (y compris les try-catch, le fenêtrage et les expressions FLWOR général), et XQuery Scripting Extension. Le présent communiqué comprend un support pour la définition des données et de manipulation (collections, les index et les contraintes d'intégrité). Il étend également les capacités XQuery standard avec une bibliothèque riche et extensible fonction, y compris xqDoc, REST, JSON, CSV, les fonctions Excel, e-mail, à l'introspection, la manipulation de fichiers, et les calculs mathématiques. Zorba 1.0 comprend de nombreuses corrections et des améliorations de performance.
Tags: major stable release
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.

Project Resources