*** Welcome to piglix ***

Basex

BaseX
BaseX-logo-small-transparent.png
Basex-6.6.3-GUI.png
BaseX GUI showing an XML document in various visualizations
Original author(s) Christian Grün
Developer(s) BaseX Team
Initial release 2007
Stable release
8.6.1 / February 24, 2017; 0 days ago (2017-02-24)
Development status Active
Written in Java
Operating system Cross-platform
Available in English, German, Japanese, French, Italian, others
Type XML database
License BSD
Website basex.org

BaseX is a native and light-weight XML database management system and XQuery processor, developed as a community project on GitHub. It is specialized in storing, querying, and visualizing large XML documents and collections. BaseX is platform-independent and distributed under a permissive free software license.

In contrast to other document-oriented databases, XML databases provide support for standardized query languages such as XPath and XQuery. BaseX is highly conformant to World Wide Web Consortium (W3C) specifications and the official Update and Full Text extensions. The included GUI enables users to interactively search, explore and analyze their data, and evaluate XPath/XQuery expressions in realtime (i.e., while the user types).

BaseX uses a tabular representation of XML tree structures to store XML documents. The database acts as a container for a single document or a collection of documents. The XPath Accelerator encoding scheme and Staircase Join Operator have been taken as inspiration for speeding up XPath location steps. Additionally, BaseX provides several types of indices to improve the performance of path operations, attribute lookups, text comparisons and full-text searches.

BaseX was started by Christian Grün at the University of Konstanz in 2005. In 2007, BaseX went open source and has been BSD-licensed since then.

The BaseX server is a pure Java 1.7 application and thus runs on any system that provides a suitable Java implementation. It has been tested on Windows, Mac OS X, Linux and OpenBSD. In particular, packages are available for Debian and Ubuntu.


...
Wikipedia

...