Difference between revisions of "Base-X"
(tinyurl.com hack to get around 'sex' word.) |
(→See also: added link to SynopsX website) |
||
(4 intermediate revisions by 2 users not shown) | |||
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. |
− | The project page is located at [http://tinyurl.com/yccqz9f <nowiki>http://base</nowiki>x.org/]. | + | 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=== | ||
− | * [ | + | * [http://tinyurl.com/3qbta2u <nowiki>Base</nowiki>X Wikipedia entry] |
− | + | * [http://tinyurl.com/yccqz9f Project Homepage] | |
− | + | * [http://tinyurl.com/5wug8mu Project Documentation] | |
− | * [http://tinyurl.com/yccqz9f | + | * [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/.