Added Youtube video presentation
Collaborator :
This application allow you to create persistent Tables and Data in Cache Database. It uses POST , GET , PUT and DELETE methods.
zpm:USER>install iris-rest-api-databasemanager
On the Administration Portal, make sure you have services and operations in the interoperabilty production such as below on USER namespace:
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone git@github.com:LucasBourre/IRIS-Restful-API-Database.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Docker default port are 9000 , 9001 and 9002. There is a POSTMAN collection in the project in order to test the application that will allow you to create some Tables and Datas :
Here are different types available : String , Date , Integer (Int), Decimal, Float, TimeStamp , Boolean
Datas can be accessed from SQL Management Portal, with a prefix "DatabaseManager_Datas" :
What we plan to add on this project:
Added Youtube video presentation
Modify Description to add screenshots
Initial Release