Difference between revisions of "Base-X"
Piotr Banski (talk | contribs) m (- the non-clickable address) |
(Project description updated (inspired by Wikipedia page)) |
||
Line 1: | Line 1: | ||
− | <b>Base</b>'''X''' | + | <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. |
− | + | 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/]. | |
===See also=== | ===See also=== | ||
+ | * [http://en.wikipedia.org/wiki/<nowiki>Base</nowiki>X <nowiki>Base</nowiki>X Wikipedia entry] | ||
+ | * [http://tinyurl.com/yccqz9f Project Homepage] | ||
+ | * [[Berkeley DB XML]] | ||
* [[eXist]] | * [[eXist]] | ||
− | |||
− | |||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 10:11, 16 October 2011
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/.