Difference between revisions of "Getting Started"

From BaseX Documentation
Jump to navigation Jump to search
(17 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
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.
  
 +
=Overview=
 
<div style="float:left; width:48%;">
 
<div style="float:left; width:48%;">
===First Steps===
+
;First Steps
  
 
* [[Startup]]: How to get BaseX running
 
* [[Startup]]: How to get BaseX running
 
* [[Command-Line Options]]
 
* [[Command-Line Options]]
  
===User Interfaces===
+
;User Interfaces
  
 
* [[Graphical User Interface]] (see available [[Shortcuts]])
 
* [[Graphical User Interface]] (see available [[Shortcuts]])
Line 18: Line 19:
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
  
===General Info===
+
;General Info
  
 
* [[Databases]]: How databases are created, populated and deleted
 
* [[Databases]]: How databases are created, populated and deleted
Line 25: Line 26:
 
* [[Options]]: Listing of all database options
 
* [[Options]]: Listing of all database options
  
===Integration===
+
;Integration
  
 
* [[Integrating oXygen]]
 
* [[Integrating oXygen]]
 +
* [[Integrating IntelliJ IDEA]]
 
* [[Integrating Eclipse]]
 
* [[Integrating Eclipse]]
 
<br/></div>
 
<br/></div>
  
 
<div style="float:left; width:100%;">
 
<div style="float:left; width:100%;">
==Tutorials and Slides==
+
 
 +
=Tutorials and Slides=
 
</div>
 
</div>
  
 
<div style="float:left; width:48%;">
 
<div style="float:left; width:48%;">
* [http://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies.pdf BaseX for Dummies (I)], written by Paul Swennenhuis
+
'''BaseX: Introduction'''
* [http://www.swennenhuis.nl/basexfordummies/basexfordummies.zip BaseX for Dummies (I), ZIP Package]
+
 
* [http://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies_part_2.pdf BaseX for Dummies (II)]
+
* BaseX for Dummies. Written by Paul Swennenhuis:<br/>[http://www.swennenhuis.nl/basexfordummies/BaseX_for_dummies.pdf Part I], [http://www.swennenhuis.nl/basexfordummies/basexfordummies.zip Part I (files)], [http://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ć
+
* [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).
  
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
* [http://files.basex.org/publications/xmlprague2013/ Slides and Examples] from the BaseX User Meetups
+
'''XML and XQuery'''
* [http://stackoverflow.com/questions/tagged/basex Stack Overflow], Questions tagged with {{Code|basex}}
+
 
* [https://github.com/XQueryInstitute/Course-Materials/tree/master/exercises XQuery Summer Institute], Exercises
+
* [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], 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".
 +
* [https://github.com/XQueryInstitute/Course-Materials/tree/master/exercises XQuery Summer Institute]. Exercises and Answers.
 
</div>
 
</div>
 +
<div style="float:left; width:100%;">
  
[[Category:Developer]]
+
'''BaseX: Talks, Questions'''
[[Category:Beginner]]
 
  
 +
* [http://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://github.com/basexdb/basex/issues GitHub Issue Tracker]. Please use our mailing list before entering new issues.
 +
* [http://stackoverflow.com/questions/tagged/basex Stack Overflow]. Questions on {{Code|basex}}.
 +
</div>
 
__NOTOC__
 
__NOTOC__

Revision as of 10:59, 1 March 2017

This page is one of the Main Sections of the documentation. It gives a quick introduction on how to start, run, and use BaseX.

Overview

First Steps
User Interfaces
 
General Info
  • Databases: How databases are created, populated and deleted
  • Parsers: How different input formats can be converted to XML
  • Commands: Full overview of all database commands
  • Options: Listing of all database options
Integration

Tutorials and Slides

BaseX: Introduction

 

XML and XQuery

BaseX: Talks, Questions