#Data Explore
##About
###Why?
- You have data stored in MarkLogic
- You may or may not know a lot of the data model
- You need to see the xml, but want to perform lots of searches over it
###How?
- Data Explore allows you to leverage MarkLogic's search options
- Data Explore allows special documents to be created to better search your data
- Requires MarkLogic, Java, and Ant
- Edit install.properties
- Change 'hostname' to deploy target instance IP or hostname.
- Change 'securityuser' and 'securitypassword' to your credentials on that ML instance
- Change 'port' to an xdbc server you can deploy via
- Run the command 'ant' from the project's root folder
- Give the data-explorer role to anyone who is not an admin that requires access to the app.
- Search Options - The default search options are in place. There is also a 'inDir' search option that allows you to do directory queries from the search box
- Tested with Chrome 42/Firefox 37/IE 11 - It will likely work with earlier versions of Chrome & Firefox as well, IE may have issues but unknown as this utilizes AngularJS
- Tested with MarkLogic 7.0-4 - installs/works as expected
- Tested with MarkLogic 8.0-1.1
- Works when installed from MarkLogic 7
- Fails to properly install - Looks like everything starts to work even though it says it failed but modules don't entirely load