Jump to content

BaseX

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 217.7.241.193 (talk) at 11:33, 3 May 2016 (BaseX 8.4.4). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

BaseX
Original author(s)Christian Grün
Developer(s)BaseX Team
Initial release2007
Stable release
8.4.4 / May 3, 2016; 8 years ago (2016-05-03)
Repository
Written inJava
Operating systemCross-platform
Available inEnglish, German, Japanese, French, Italian, others
TypeXML database
LicenseBSD
Websitebasex.org

BaseX is a native and light-weight XML database management system and XQuery processor, developed as a community project on GitHub.[1] It is specialized in storing, querying, and visualizing large XML documents and collections.[2] 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[3][4] 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).

Technologies

Database Layout

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.[6] Additionally, BaseX provides several types of indices to improve the performance of path operations, attribute lookups, text comparisons and full-text searches.[7]

Project History

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

Supported systems

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.[10] In particular, packages are available for Debian[11] and Ubuntu.[12]

Further reading

References

  1. ^ GitHub: BaseX
  2. ^ Statistics "Overview on database instances created with BaseX". Retrieved 30 June 2011. {{cite web}}: Check |url= value (help)
  3. ^ "W3C: XQuery Test Suite Result Summary". World Wide Web Consortium. Retrieved 30 June 2011.
  4. ^ "W3C: XPath and XQuery Full Text 1.0 Test Suite Result Summary". World Wide Web Consortium. Retrieved 30 June 2011.
  5. ^ BaseX XQJ API
  6. ^ Christian Grün, Marc Kramis Alexander Holupirek, Marc H. Scholl, Marcel Waldvogel (30 June 2006). "Pushing XPath accelerator to its limits" (PDF). Universität Konstanz. Retrieved 30 June 2011.{{cite web}}: CS1 maint: multiple names: authors list (link)
  7. ^ "Storing and Querying Large XML Instances" (PDF). Universität Konstanz. Retrieved 30 June 2011.
  8. ^ "BaseX 5.0: XML Database with Visual Frontend". Linux Magazine. Retrieved 30 June 2011.
  9. ^ "Open Source Kompetenzzentrum of the german Bundesverwaltungsamt" (in German). Retrieved 30 June 2011.
  10. ^ "Startup - BaseX Documentation".
  11. ^ "Debian -- Package search results -- basex".
  12. ^ "basex package: Ubuntu".