
improved stability
A sleek and intuitive Document Database Explorer UI for InterSystems IRIS. Easily create namespaces and document databases, view stored documents, add new documents, and edit existing ones — all in one place.
git clone https://github.com/AshokThangavel/iris-docdb-ui.git
cd iris-docdb-ui
Build and start the app using Docker Compose:
docker-compose up --build
To stop and remove the running containers:
docker-compose down
Access the InterSystems IRIS System Management Portal at:
👉 http://localhost:52773/csp/sys/UtilHome.csp
Once the containers are running, open your browser and navigate to:
http://localhost:52773/csp/user/DocDB.Home.cls
If the docdb-ui crashes or API calls to the
/docdbendpoint fail in any environment, please createConfgServerInfoclass method to ensure the correct server and port are used.
This project is licensed under the MIT License. See the https://github.com/AshokThangavel/iris-docdb-ui/blob/main/LICENSE file for details.
For questions or contributions, please open an issue or submit a pull request on GitHub.