Difference between revisions of "Getting Started"

From BaseX Documentation
Jump to navigation Jump to search
Line 46: Line 46:
 
'''BaseX: Introduction'''
 
'''BaseX: Introduction'''
  
* [https://files.basex.org/publications/tutorials/BaseX%20for%20Newbies.pdf BaseX for Newbies]. Written by Tamara Marnell.
+
* Tamara Marnell: [https://files.basex.org/publications/tutorials/BaseX%20for%20Newbies.pdf BaseX for Newbies]
* BaseX for Dummies. Written by Paul Swennenhuis:<br/>[https://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies.pdf Part I], [https://www.swennenhuis.nl/basexfordummies/basexfordummies.zip Part I (files)], [https://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies_part_2.pdf Part II].
+
* Paul Swennenhuis: BaseX for Dummies: [https://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies.pdf Part I], [https://www.swennenhuis.nl/basexfordummies/basexfordummies.zip Part I (files)], [https://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies_part_2.pdf Part II]
* [http://www.ffzg.unizg.hr/klafil/dokuwiki/doku.php/z:basex-adv BaseX Adventures]. Written by Neven Jovanović.
+
* Neven Jovanović: [http://www.ffzg.unizg.hr/klafil/dokuwiki/doku.php/z:basex-adv BaseX Adventures]
* [https://www.learndb.com/databases/basex-tutorial-for-using-an-xml-native-database-management-system Tutorial. Using a native XMLDBS]. Written by Imed Bouchrika.
+
* Imed Bouchrika: [https://www.learndb.com/databases/basex-tutorial-for-using-an-xml-native-database-management-system Tutorial. Using a native XMLDBS]
* [https://files.basex.org/publications/tutorials/XQuery%20pour%20les%20Humanit%e9s%20Num%e9riques.pdf XQuery pour les Humanités Numériques]. Written by Farid Djaïdja (French).
+
* Farid Djaïdja: [https://files.basex.org/publications/tutorials/XQuery%20pour%20les%20Humanit%e9s%20Num%e9riques.pdf XQuery pour les Humanités Numériques] (French)
  
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;
Line 65: Line 65:
 
'''BaseX: Talks, Questions'''
 
'''BaseX: Talks, Questions'''
  
* [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://stackoverflow.com/questions/tagged/basex Stack Overflow]. Questions on {{Code|basex}}.
 
* [https://stackoverflow.com/questions/tagged/basex Stack Overflow]. Questions on {{Code|basex}}.
 +
* [https://github.com/basexdb/basex/issues GitHub Issue Tracker]. Confirmed bugs and feature requests.
 +
* [https://files.basex.org/publications/xmlprague/ XML Prague User Meetings]. Slides and videos.
 
</div>
 
</div>
 
__NOTOC__
 
__NOTOC__

Revision as of 09:19, 28 March 2022

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
Command Line
 
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