Difference between revisions of "Main Page"

From BaseX Documentation
Jump to navigation Jump to search
Line 2: Line 2:
 
[[Image:BaseX-Screenshot.png|thumb|180px|BaseX GUI]]
 
[[Image:BaseX-Screenshot.png|thumb|180px|BaseX GUI]]
  
[https://basex.org/ BaseX] is a light-weight, high-performance and scalable XML Database and an XQuery 3.1 Processor with full support for the W3C Update and Full-Text extensions. It allows you to store, query and process large corpora of textual data (XML, JSON, CSV, many others). With RESTXQ, you can develop full web applications. The visual frontend includes an XQuery editor for running your expressions in real time, and various visualizations to interactively explore data. BaseX is platform-independent and distributed under the free BSD License (find more in [https://en.wikipedia.org/wiki/BaseX Wikipedia]).
+
[https://basex.org/ BaseX] is a light-weight, high-performance and scalable XML Database and an XQuery 3.1 Processor with full support for the W3C Update and Full-Text extensions. It allows you to store, query and process large corpora of textual data (XML, JSON, CSV, many others). With RESTXQ, you can develop full web applications. The visual frontend includes an XQuery editor for writing complex applications and provides various visualizations to interactively explore data. BaseX is platform-independent and distributed under the free BSD License (find more in [https://en.wikipedia.org/wiki/BaseX Wikipedia]).
  
 
This is the documentation for '''BaseX 9.3'''. The newest and upcoming features are [https://docs.basex.org/index.php?search=9.4 {{Mark|highlighted}}].
 
This is the documentation for '''BaseX 9.3'''. The newest and upcoming features are [https://docs.basex.org/index.php?search=9.4 {{Mark|highlighted}}].

Revision as of 09:34, 9 July 2020

BaseX GUI

BaseX is a light-weight, high-performance and scalable XML Database and an XQuery 3.1 Processor with full support for the W3C Update and Full-Text extensions. It allows you to store, query and process large corpora of textual data (XML, JSON, CSV, many others). With RESTXQ, you can develop full web applications. The visual frontend includes an XQuery editor for writing complex applications and provides various visualizations to interactively explore data. BaseX is platform-independent and distributed under the free BSD License (find more in Wikipedia).

This is the documentation for BaseX 9.3. The newest and upcoming features are Template:Mark.

If you have questions, or if you want to get into direct contact with the developer team and users of BaseX, please write to our basex-talk mailing list. Many questions are being discussed at StackOverflow; planned features are listed in our GitHub repository.

Getting Started

The getting started section gives you a quick introduction to BaseX. We suggest that you start with the Graphical User Interface as this is the easiest way to access your XML data, and to get an idea of how XQuery and BaseX works.

XQuery Portal

More information on using the wide range of XQuery functions and performing XPath and XQuery requests with BaseX can be found in our XQuery Portal.

 

Developer Section

The developer section provides useful information for developers. Here you can find information on our supported client APIs and HTTP services, and we present different ways how you can integrate BaseX into your project.

Advanced User's Guide

Information for advanced users can be found in our advanced user's guide, which contains details on the BaseX storage, the Client/Server architecture, and some querying features.