Yes, it is IaC, sorry, infra as code
- Log in to post comments
Yes, it is IaC, sorry, infra as code
Thanks 5 stars for ocr service
Ok, thanks
Support features:
1 - convert parquet file to an objectscript dynamic array and vice versa.
2 - pex business service to get parquet data.
3 - pex business operation to write parquet data.
Thanks community.
Great resource, included in my article, thanks!
I will be there!
Great resource!
Fixed! Thanks!
I copied zpm-0.3.0.xml from https://pm.community.intersystems.com/packages/zpm/latest/installer to my project and added the following lines in my docker file and in my iris.script
dockerfile:
COPY zpm-0.3.0.xml .
iris.script:
do $SYSTEM.OBJ.Load("/opt/irisapp/zpm-0.3.0.xml","ck")
Worked fine!!!
Thanks @Luca Ravazzolo
Thanks community!
Thanks
Thanks community! I loved the article contest, great idea.
Thanks!!
Thanks!
Thanks!!!
Fixed and improved, thanks!!!
Thanks for the tip! I did use StarUML, but in the next time I will consider GoJS
You right, I had no idea it was still active, but it's.
Thanks, diagram into: https://pt.slideshare.net/alanmcsweeney/designing-an-enterprise-data-fabric
I followed https://openexchange.intersystems.com/package/iris-rest-api-template to construct some API and the GetAll used JSONExport, but when you work with JavaScript projections to the objects is nice convert the JSON to object. With no ID return you need write an additional instruction to set the ID. After the insert operation, in the master detail forms, get the ID after persist the master, help us to build conditional detail forms.
Thanks Cemper.
I agree with you, a Parameter for example
Great Cemper! thanks!
Could be a select into InformationSchema (all namespaces have informationschema tables right?) table? Like:
SELECT count(*) FROM INFORMATION_SCHEMA.SCHEMATAThanks community, this is my fuel to write more and more and contribute with apps, comments and engagement.
Great, thanks!
Great sample!
Nice article. To be perfect, iris interoperability could be implement bpmn to BPM task, but it is done using bpel.