Home Applications irisdemo-demo-restsql

irisdemo-demo-restsql

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.25
2 reviews
0
Awards
381
Views
0
IPM installs
1
1
Details
Releases
Reviews
Issues
Pull requests
Videos
Articles
Simple demo of IRIS exposing REST APIs created based on Swagger that have a SQL database as the backend.

What's new in this version

Initial Release

Using InterSystems IRIS as a gateway to talk to SQL backends using REST

Simple demo of IRIS exposing REST APIs created based on Swagger that have a SQL database as the backend.

Click here to see a video of this demo and for guidance.

Demo

How to build and run the demo

Just clone this repository in your PC, run the ./build.sh script and then the ./run.sh.

Or, you can simply type:

docker run --rm -it --init --name restsql -p 1972:1972 -p 52773:52773 intersystemsdc/irisdemo-demo-restsql:1.0.4

Please, watch the video above for guidance.

Open the Management Portal

The management portal will be at http://localhost:52773/csp/sys/UtilHome.csp.

User the following credentials to log in: SuperUser/sys.

Please, watch the video above for guidance.

Postman project

You will find a postman colletion in the Postman folder of this repository. You should be able to import that colletion and run the same tests you saw on the video.

Please, watch the video above for guidance.

DBeaver

Install DBeaver in your machine and configure a connection to InterSystems IRIS. InterSystems IRIS will be listening at port 1972. The namespace is USER. There is only one table in InterSystems IRIS: XPTOBankData.Customer.

Please, watch the video above for guidance.

Read more
Made with
Version
1.0.004 May, 2021
Category
Technology Example
Works with
InterSystems IRIS
First published
04 May, 2021
Last checked by moderator
26 Mar, 2024Doesn't work