Difference between revisions of "Advanced User's Guide"

From BaseX Documentation
Jump to navigation Jump to search
(23 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
presents some more GUI features.
 
presents some more GUI features.
  
==Storage==
+
<div style="float:left; width:48%;">
* [[Configuration]]: Information on the BaseX configuration
+
;Storage
* [[Parsers]]: Importing various sources into XML and BaseX
+
* [[Configuration]]: BaseX start files and directories
 +
* [[Backups]]: Backup and restore databases
 
* [[Catalog Resolver]] Information on entity resolving
 
* [[Catalog Resolver]] Information on entity resolving
 +
* [[Storage Layout]]: How data is stored in the database files
 +
 +
;Use Cases
 
* [[Statistics]]: Exemplary statistics on databases created with BaseX
 
* [[Statistics]]: Exemplary statistics on databases created with BaseX
 +
* [[Twitter]]: Storing live tweets in BaseX<br/>&nbsp;
 +
</div><div style="float:left; width:4%;">&nbsp;
 +
</div><div style="float:left; width:48%;">
  
==Server==
+
;Server and Query Architecture
*[[User Management]]: User management in the client/server environment
+
* [[User Management]]: User management in the client/server environment
*[[Transaction Management]]: Insight into the BaseX transaction management
+
* [[Transaction Management]]: Insight into the BaseX transaction management
*[[Logging]]: Description of the server logs
+
* [[Logging]]: Description of the server logs
*[[Events]]: Description of the event feature
+
</div>
 
+
<div>&nbsp;</div>
==GUI==
+
* [[GUI Views|Views]]: Description of the different visualizations
 
* [[GUI Keyword Search|Keyword Search]]: Search without the knowledge of XQuery
 
* [[GUI Options|Options]]: Description of the available options in the GUI
 
* [[GUI Server Administration|Server Administration]]: GUI for basic administration of a remote or local server
 
  
[[Category:Server]] [[Category:GUI]]
+
__NOTOC__

Revision as of 15:09, 17 January 2016

This page is one of the Main Sections of the documentation. It contains details on the BaseX storage and the Server architecture, and presents some more GUI features.

Storage
Use Cases
  • Statistics: Exemplary statistics on databases created with BaseX
  • Twitter: Storing live tweets in BaseX
     
 
Server and Query Architecture