Jump to content

eXist

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by W Nowicki (talk | contribs) at 19:16, 23 September 2016 (cannot find much more - there seems a German company pushing it). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

eXist-db
Initial release2000 (2000)
Stable release
2.2 / November 20, 2014; 9 years ago (2014-11-20)
Preview release
3.0 RC1 / July 7, 2015; 9 years ago (2015-07-07)
Repository
Written inJava
Operating systemLinux, Mac, Windows
PlatformJava
Standard(s)XQuery XSLT XPath XUpdate XQJ DTD XML Schema RelaxNG XML
TypeNoSQL DBMS
LicenseGNU LGPL v2.1.
Websitewww.exist-db.org

eXist is an open source software project for NoSQL databases built on XML technology. It is classified as both a NoSQL document-oriented database system and a native XML database (and it provides support for XML, JSON, HTML and Binary documents). Unlike most relational database management systems (RDBMS) and NoSQL databases, eXist provides XQuery and XSLT as its query and application programming languages.

eXist is released under version 2.1 of the GNU LGPL.

History

eXist was created in 2000 by Wolfgang Meier. In September 2006, it reached version 1.0 and 1.1 (new numbering scheme). In February 2013 it reached version 2.0. Current[when?] maintenance activities are on the 2.1.x and 1.4.x versions and new developments are on the 3.0dev version that will be released as 3.0.0.

eXist was awarded the best XML database of the year by InfoWorld in 2006.[1]

eXist is used heavily[quantify] in the XRX web application architecture.[citation needed]

A company called eXist Solutions GmbH in Germany promotes the software.[2]

Features

eXist allows software developers to persist XML/JSON/Binary documents without writing extensive middleware. eXist follows and extends many W3C XML standards such as XQuery. eXist also supports REST interfaces for interfacing with AJAX-type web forms. Applications such as XForms may save their data by using just a few lines of code. The WebDAV interface to eXist allows users to "drag and drop" XML files directly into the eXist database. eXist automatically indexes documents using a keyword indexing system.[citation needed]

Supported standards and technologies

eXist has support for the following standards and technologies:

  • XPath - XML Path language
  • XQuery - XML Query language
  • XSLT - Extensible Stylesheet Language Transformations
  • XSL-FO - XSL Formatting Objects
  • WebDAV - Web distributed authoring and versioning
  • REST - Representational state transfer (URL encoding)
  • RESTXQ - RESTful annotations for XQuery
  • SOAP - Simple Object Access Protocol
  • XACML - XML Access Control Language
  • XInclude - server-side include file processing (limited support)
  • XML-RPC - a remote procedure call protocol
  • XProc - a XML Pipeline processing language
  • XQuery API for Java[3]

See also

  • XML database
  • XQuery - W3C XML query language
  • XPath - W3C XML data selection language
  • WebDAV - Web Distributed Authoring and Versioning
  • SOAP - Simple Object Access Protocol
  • CouchDB - a document-oriented database based on JSON

References

  1. ^ "InfoWorld Best XML Database 2006"
  2. ^ "About eXist Solutions". Retrieved September 23, 2016.
  3. ^ eXist XQJ API

Further reading

  • Siegel, Erik; Retter, Adam (2014). eXist : A NoSQL Document Database and Application Platform. O'Reilly Media. ISBN 978-1-4493-3710-0.