Trisha Shetty (Editor)

EXist

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Initial release
  
2000 (2000)

Operating system
  
Linux, Mac, Windows

Written in
  
Java

Platform
  
Java

Stable release
  
3.1 / March 7, 2017; 1 day ago (2017-03-07)

Repository
  
github.com/eXist-db/exist

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.

Contents

eXist is released under version 2.1 of the GNU LGPL.

History

eXist was created in 2000 by Wolfgang Meier. Major versions released were 1.0 in September 2006, 2.0 in February 2013, and 3.0 in February 2017.

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

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

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.

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
  • References

    EXist Wikipedia