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.
- Browse namespaces and document databases within InterSystems IRIS
- Create new document databases dynamically
- View, add, edit, and save documents effortlessly
- Clean and responsive interface built with modern web technologies
- Real-time feedback and error handling
- InterSystems IRIS instance running and accessible
- API endpoint enabled for Document Database operations
git clone https://github.com/AshokThangavel/iris-docdb-ui.git
cd iris-docdb-uiBuild and start the app using Docker Compose:
docker-compose up --buildTo stop and remove the running containers:
docker-compose downAccess 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
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or contributions, please open an issue or submit a pull request on GitHub.