Django-Interop
0
0
Initial Release - foundation for Django vs Iris interoperability
This docker-compose project is a playful attempt to develop useful tools to interoperate Django and InterSystems Iris in a bi-directional way.
Clone/git pull the repo into any local directory
git clone https://github.com/FernandoVianaMaia/Django-Interop.git && cd Django-Interop
Build the images with docker compose:
docker-compose build
Run the services (IRIS, Django and Postgres):
docker-compose up
Requirement | Description |
---|---|
ORM Django list users | Operation to list current users. |
Workflow IRIS x Admin | Send a request from IRIS Interoperability to Django, then Send the response from Django to IRIS when the request is approved |
Management Command | Pending -Config a service in IRIS to run a Django management command at some schedule. |
.env
file.request_service_approval
component and submit a test request.Approve request - send the response to IRIS
and click go.Initial Release - foundation for Django vs Iris interoperability