Difference between revisions of "Getting Started"

From BaseX Documentation
Jump to navigation Jump to search
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
This page is one of the [[Main Page|Main Sections]] of the documentation.
 
This page is one of the [[Main Page|Main Sections]] of the documentation.
It gives a quick introduction on how to start, run, and use BaseX.
+
It gives a quick introduction on how to start, run, and use BaseX. After you have
 +
set up BaseX, we suggest you to start with the [[Graphical User Interface]].
  
 
=Overview=
 
=Overview=
Line 7: Line 8:
  
 
* [[Startup]]: How to get BaseX running
 
* [[Startup]]: How to get BaseX running
 +
* [[Start Scripts]]
 
* [[Command-Line Options]]
 
* [[Command-Line Options]]
  
 
;User Interfaces
 
;User Interfaces
  
 +
* [[Standalone Mode]]: The comand-line interface
 
* [[Graphical User Interface]] (see available [[Shortcuts]])
 
* [[Graphical User Interface]] (see available [[Shortcuts]])
 
* [[Database Server]]: The client/server architecture
 
* [[Database Server]]: The client/server architecture
* [[Standalone Mode]]: The comand-line interface
 
 
* [[Web Application]]: The HTTP server
 
* [[Web Application]]: The HTTP server
 
* [[DBA]]: Browser-based database administration
 
* [[DBA]]: Browser-based database administration
Line 22: Line 24:
  
 
* [[Databases]]: How databases are created, populated and deleted
 
* [[Databases]]: How databases are created, populated and deleted
 +
* [[Binary Data]]: How to store and use binary data
 
* [[Parsers]]: How different input formats can be converted to XML
 
* [[Parsers]]: How different input formats can be converted to XML
 
* [[Commands]]: Full overview of all database commands
 
* [[Commands]]: Full overview of all database commands
 
* [[Options]]: Listing of all database options
 
* [[Options]]: Listing of all database options
  
;Integration
+
;Editing XML and XQuery Files
  
 +
We strongly encourage you to use the [[Graphical_User_Interface#Editor|BaseX Editor]] to run your queries and edit your XML data.<br/>
 
* [[Integrating oXygen]]
 
* [[Integrating oXygen]]
 
* [[Integrating Eclipse]]
 
* [[Integrating Eclipse]]
<br/></div>
+
* [[Integrating IntelliJ IDEA]]
 +
</div>
  
 
<div style="float:left; width:100%;">
 
<div style="float:left; width:100%;">
 +
 
=Tutorials and Slides=
 
=Tutorials and Slides=
 
</div>
 
</div>
Line 48: Line 54:
 
'''XML and XQuery'''
 
'''XML and XQuery'''
  
* [http://phobos103.inf.uni-konstanz.de/xml15/ XML Technologies]. A full university course on XML, XPath, XQuery, etc.
+
* [http://phobos103.inf.uni-konstanz.de/xml15/ XML Technologies]. Our university course on XML, XPath, XQuery, XSLT, Validation, Databases, etc.
 
* [http://w3schools.com/xquery/default.asp XQuery Tutorial]. From W3 Schools.
 
* [http://w3schools.com/xquery/default.asp XQuery Tutorial]. From W3 Schools.
 
* [http://www.progress.com/xquery/resources/tutorials/learning-xquery/xquery---a-guided-tour XQuery: A Guided Tour]. From the book "XQuery from the Experts".
 
* [http://www.progress.com/xquery/resources/tutorials/learning-xquery/xquery---a-guided-tour XQuery: A Guided Tour]. From the book "XQuery from the Experts".

Revision as of 12:44, 8 February 2019

This page is one of the Main Sections of the documentation. It gives a quick introduction on how to start, run, and use BaseX. After you have set up BaseX, we suggest you to start with the Graphical User Interface.

Overview

First Steps
User Interfaces
 
General Info
  • Databases: How databases are created, populated and deleted
  • Binary Data: How to store and use binary data
  • Parsers: How different input formats can be converted to XML
  • Commands: Full overview of all database commands
  • Options: Listing of all database options
Editing XML and XQuery Files

We strongly encourage you to use the BaseX Editor to run your queries and edit your XML data.

Tutorials and Slides

BaseX: Introduction

 

XML and XQuery

BaseX: Talks, Questions