Difference between revisions of "Getting Started"

From BaseX Documentation
Jump to navigation Jump to search
m (Text replacement - "[http://files.basex.org/" to "[https://files.basex.org/")
Line 48: Line 48:
 
* [http://www.ffzg.unizg.hr/klafil/dokuwiki/doku.php/z:basex-adv BaseX Adventures]. Written by Neven Jovanović.
 
* [http://www.ffzg.unizg.hr/klafil/dokuwiki/doku.php/z:basex-adv BaseX Adventures]. Written by Neven Jovanović.
 
* [http://www.learndb.com/databases/basex-tutorial-for-using-an-xml-native-database-management-system Tutorial]. Written by Imed Bouchrika.
 
* [http://www.learndb.com/databases/basex-tutorial-for-using-an-xml-native-database-management-system Tutorial]. Written by Imed Bouchrika.
* [http://files.basex.org/publications/dummies/XQuery%20pour%20les%20Humanit%e9s%20Num%e9riques.pdf XQuery pour les Humanités Numériques]. Written by Farid Djaïdja (French).
+
* [https://files.basex.org/publications/dummies/XQuery%20pour%20les%20Humanit%e9s%20Num%e9riques.pdf XQuery pour les Humanités Numériques]. Written by Farid Djaïdja (French).
  
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;
Line 54: Line 54:
 
'''XML and XQuery'''
 
'''XML and XQuery'''
  
* [http://files.basex.org/.xml15/ XML Technologies]. University course on XML, XPath, XQuery, XSLT, Validation, Databases, etc.
+
* [https://files.basex.org/.xml15/ XML Technologies]. University course on XML, XPath, XQuery, XSLT, Validation, Databases, etc.
 
* [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".
 
* [https://github.com/XQueryInstitute/Course-Materials/tree/master/exercises XQuery Summer Institute]. Exercises and Answers.
 
* [https://github.com/XQueryInstitute/Course-Materials/tree/master/exercises XQuery Summer Institute]. Exercises and Answers.
Line 63: Line 63:
 
'''BaseX: Talks, Questions'''
 
'''BaseX: Talks, Questions'''
  
* [http://files.basex.org/publications/xmlprague/ Our Annual User Meetings]. Slides and videos.
+
* [https://files.basex.org/publications/xmlprague/ Our Annual User Meetings]. Slides and videos.
 
* [https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk Our Mailing List]. Join and contribute.
 
* [https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk Our Mailing List]. Join and contribute.
 
* [https://github.com/basexdb/basex/issues GitHub Issue Tracker]. Please use our mailing list before entering new issues.
 
* [https://github.com/basexdb/basex/issues GitHub Issue Tracker]. Please use our mailing list before entering new issues.

Revision as of 12:45, 2 July 2020

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