Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Releases: marklogic-community/data-explorer

MarkLogic Data Explorer v0.10

18 Jun 02:41

Choose a tag to compare

This is the second public beta release of Data Explorer (code name Ferret).
Release 0.10 has numerous updates/improvements from the previous release, including:

  • Full CRUD for query/views
  • Bookmark queries
  • JSON Support
  • Search result highlighting
  • Improved error handling
  • Improved namespace support
  • User role validation
  • New query creation mechanisms (Collections, sampling, URI, root path lookup, etc.)
  • Numerous bug fixes (scroll bars, page handling, template validation, duplicate field names, and many others)
  • Testing against large data sets

MarkLogic Data Explorer does not change your data or interfere with your existing applications, however does create administrative databases for code and configuration, and queries may impose some minor load on the system. Therefore it is a low-risk tool to beta test.

Download the release jar (data-explorer.jar) to quickly install data-explorer without checking out the project or building from source. Then run
java -jar data-explorer-0.10.jar deploy
and browse to port 7777.
See the README for complete info on getting started.

MarkLogic Data Explorer Initial Beta

09 Jan 18:31

Choose a tag to compare

Pre-release

This is the first public beta release of Data Explorer (internal name Ferret). It has been tested with a variety of data sources and works thus far.

Beta Testers Welcome! MarkLogic Data Explorer does not change your data or interfere with your existing applications, however does create administrative databases for code and configuration, and queries may impose some minor load on the system. Therefore it is a low-risk tool to beta test.

Download the release jar (data-explorer.jar) to quickly install data-explorer without checking out the project or building from source. Then run

java -jar data-explorer.jar deploy

and browse to port 7777.

See the README for complete info on getting started.