Difference between revisions of "Base-X"

From TEIWiki
Jump to navigation Jump to search
(can't use the proper version of the name (spam filter...), hence the hyphen)
 
(See also: added link to SynopsX website)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<b>Base</b>'''X''' "is a native, open-source XML database and efficient XPath/XQuery processor, including support for the latest Full Text and Update Recommendations. It supports very large XML instances and offers a highly interactive frontend. <b>Base</b>'''X''' is written in Java and freely available for download. It is developed by the Database and Information Systems Group at the University of Konstanz." (from the web page)
+
<b>Base</b>'''X''' is a native and light-weight XML database system, developed as a community project on GitHub. It is specialized in storing, querying, and visualizing large XML documents and collections. <nowiki>Base</nowiki>X is highly conformant with the W3C XPath and [[XQuery]] specifications, including the official Update and Full Text extensions. The index-driven full-text engine provides tokenization and stemming support for more than 20 languages, scoring, thesaurus and distance, wildcard, and fuzzy search.
  
The project page is located at <nowiki>http://base</nowiki>x.org/ (you have to copy the address manually because the spam filter won't let us save the complete link).
+
An additional visual frontend (GUI) enables users to interactively search, explore and analyze their data, and evaluate keyword searches and XPath/XQuery expressions in realtime (i.e., while the user types).
 +
 
 +
<nowiki>Base</nowiki>X is platform-independent and distributed under the permissive BSD license. The project page is located at [http://tinyurl.com/yccqz9f <nowiki>http://base</nowiki>x.org/].
  
 
{{stub}}
 
{{stub}}
  
 
===See also===
 
===See also===
* [[eXist]]
+
* [http://tinyurl.com/3qbta2u <nowiki>Base</nowiki>X Wikipedia entry]
* [[Berkeley DB XML]]
+
* [http://tinyurl.com/yccqz9f Project Homepage]
* <nowiki>http://base</nowiki>x.org/
+
* [http://tinyurl.com/5wug8mu Project Documentation]
 +
* [https://github.com/synopsx/synopsx SynopsX]
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 22:28, 8 November 2015

BaseX is a native and light-weight XML database system, developed as a community project on GitHub. It is specialized in storing, querying, and visualizing large XML documents and collections. BaseX is highly conformant with the W3C XPath and XQuery specifications, including the official Update and Full Text extensions. The index-driven full-text engine provides tokenization and stemming support for more than 20 languages, scoring, thesaurus and distance, wildcard, and fuzzy search.

An additional visual frontend (GUI) enables users to interactively search, explore and analyze their data, and evaluate keyword searches and XPath/XQuery expressions in realtime (i.e., while the user types).

BaseX is platform-independent and distributed under the permissive BSD license. The project page is located at http://basex.org/.

This article needs extending. Feel welcome to add your own bit of it, and if you decide it has reached reasonable size, please remove the {{stub}} template.


See also