Two open source XML DB I experimented a while back:
- BaseX
- eXistDB
BaseX
This is available in SNAP, comes with Swing UI.
eXistDB
There is a docker image, https://hub.docker.com/r/existdb/existdb
$ docker pull existdb/existdb:latest
I have Tomcat using 8080 locally, thus using 8090 instead:
$ docker run --name existdb -p 8090:8080 -p 8443:8443 -d existdb/existdb:latest
$ docker logs -f existdb
Open with browser, http://localhost:8090/
REFERENCE
- XML DBs, https://en.wikipedia.org/wiki/XML_database
- baseX doc, https://docs.basex.org/wiki/Main_Page
- eXistDB doc, http://exist-db.org/exist/apps/doc/
No comments:
Post a Comment