View a statistical summary of your data at the push of a button.
This repo consists of a REST web service for InterSystems IRIS that crunches the numbers and generates statistics, and an accompanying client web app built in React.
NOTE: Requires a version of IRIS with Embedded Python, 2021.2 and newer.
- Import Service.Explorer into IRIS
- Create a REST app in the
USER
namespace with the endpoint/api/explorer
and handlerService.Explorer
and give it %Developer permissions - Modify
/app/.env
to match your endpoint, e.g.http://localhost:52773/api/explorer
- Deploy the client
cd app
npm install
npm start
- Go to http://localhost:3000/ in your browser (if it doesn't open automatically). This will list all data sets in your namespace.
- Click on a data set name. This will list all of the data set's properties.