BaseX 6.0

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X OpenSource RSS BaseX 6.0
# 1  
Old 01-22-2010
CPU & Memory BaseX 6.0

ImageAbout BaseX
It supports very large XML instances and offers a highly interactive frontend. BaseX is written in Java and freely available for download. It is developed by the Database and Information Systems Group at the University of Konstanz. Processing and Visualizing XML with a native XML Database. BaseX offers the most complete implementation of Full Text which is currently available. BaseX also offers a complete implementation of XQuery Update.

- Support of the W3C XPath/XQuery Recommendations and Full Text and Update Extensions.
- Compact database storage with text, attribute, full-text and path indexes.
- Client/Server architecture, supporting ACID safe transactions, user management, logging.
- Highly interactive visualizations, supporting very large XML documents.
- XQuery editor with syntax highlighting and error feedback.
- XQJ/XML:DB API support.

More from Apple...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
basexclient(1)							 The XML Database						    basexclient(1)

NAME
basexclient - XML database system and XPath/XQuery processor (client mode) SYNOPSIS
basexclient [-bcdiLnopPsUvVwxz] [query] DESCRIPTION
basexclient starts a basex(1) XML database client in order to connect to a running instance of basexserver(1). Per default basexclient tries to connect to a basexserver(1) running on localhost port 1984. Connecting to a basexserver(1) requires the knowledge of a username and its corresponding credentials. For user management refer to basexserver(1) or the BaseX Documentation Wiki (http://docs.basex.org/wiki/User_Management) OPTIONS
A short description of option can be obtained from $ basexclient -h or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Client SEE ALSO
basexserver(1), basex(1), basexgui(1) ~/.basex BaseX (standalone and server) properties ~/.basexgui BaseX additional GUI properties ~/.basexperm user name, passwords, and permissions ~/.basexevents contains all existing events ~/BaseXData Default database directory ~/BaseXData/.logs Server logs ~/BaseXRepo Package repository BaseX Documentation Wiki: http://docs.basex.org HISTORY
BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. LICENSE
New (3-clause) BSD License AUTHOR
BaseX is developed by a bunch of people called 'The BaseX Team' <http://basex.org/about-us/> led by Christian Gruen <cg@basex.org>. The man page was written by Alexander Holupirek <alex@holupirek.de> while packaging BaseX for Debian GNU/Linux. 26 June 2012 basexclient(1)