EXist
Sign in to saveeXist-db (or eXist for short) is an open source software project for NoSQL databases built on XML technology. It is classified as both a NoSQL document-oriented database system and a native XML database (and it provides support for XML, JSON, HTML and Binary documents). Unlike most relational database management systems (RDBMS) and NoSQL databases, eXist-db provides XQuery and XSLT as its query and application programming languages.
Official website
eXist-db - The Open Source Native XML Database
High-performance native XML database engine and all-in-one solution for building applications.
exist-db.org →Link to the official site · 12,969 chars · not written by Vinony
Described at
TAPoR
tapor.ca →Link to a page describing this subject · 814 chars · not written by Vinony
Source code
eXist-db is a high-performance open source native XML database — a NoSQL document database and application platform built entirely around XML technologies. The main homepage for eXist-db can be found at exist-db.org. This is the GitHub repository of eXist source code, and this page links to resources for downloading, building, and contributing to eXist-db, below. Open Community Calls We hold an open Community Call each week on Monday, from 19:30-20:30 CET. The meetings are posted to this public Google Calendar. New developers may find the notes in BUILD.md and CONTRIBUTING.md helpful to start using and sharing your work with the eXist community. YourKit kindly supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler , innovative and intelligent tools for profiling Java and .NET applications.
Excerpt from the source-code README · 5,520 chars · not written by Vinony
Wikidata facts
- Official website
- exist-db.org
Show 6 more facts
- P8168
- Melchizedek
- source code repository URL
- github.com/eXist-db/exist
- Commons category
- EXistdb
- software version identifier
- 6.4.1
- Alexa rank
- 614228
- described at URL
- marketplace.sshopencloud.eu/tool-or-service/6uhTZV
Sources (8)
via Wikidata · CC0
Article · Deutsch
eXist ist eine native XML-Datenbank, die als freie Software unter der GNU Lesser General Public License vertrieben wird. eXist läuft innerhalb einer Java Virtual Machine und ist damit komplett unabhängig vom verwendeten Betriebssystem. Daten werden in XML als strukturierter Baum dargestellt (nicht in Tabellenform wie z. B. bei relationalen Datenbanken üblich). Innerhalb dieses Baumes kann man sich mit XQuery, der Abfragesprache für XML-Dokumente, bewegen. eXist speichert ein XML-Dokument intern als B+-Baum ab.
Abstract from DBpedia / Wikipedia · CC BY-SA