Yuri Marx · Jan 29, 2021 go to post

This workaround is very common. My question is: if you run the zpm command from another iris instance is it works? 

Yuri Marx · Feb 3, 2021 go to post

For me InterSystems IRIS is the best Data Platform in the Market, with zpm and new additions like integratedml, is more strong. The Java community and Java corporate applications are leaders in the marketshare, but many times they are using Oracle, SQL Server, PostgreSQL and MySQL because they don't know about IRIS. This article is my little contribution to brake this situation. Now, when the Java community looks for a concrete sample how to use Java with IRIS, they can download a complete sample, with docker + spring + hibernate and our fantastic data platform. I hope many java developers discover IRIS and the IRIS get more popular. I wrote this sample because a great company in Brazil is migrating from postgresql to IRIS, because they want to go futher, with operational and analytics dimensions toghether in their projects. The other databases are operational only, IRIS is multipurpose and multimodel.

Yuri Marx · Feb 3, 2021 go to post

Good alternative to migrations only, thanks the tip, but remember thats flyway is used to do not only migrations, but to automate many sql procedures, control sql code version and is used into devops scripts. Flyway allows you data pump beetween databases. This is good to make easier migrate from oracle or db2 to iris.

Yuri Marx · Feb 8, 2021 go to post

The Wallet is very nice and I received in Brazil in a short time.

Yuri Marx · Feb 10, 2021 go to post

A suggestion is allows ZPM to copy from a HTTP URL like a github address.

Yuri Marx · Feb 25, 2021 go to post

Thanks Joel! The course is great, exercises are great to learn more, I loved!

Yuri Marx · Mar 5, 2021 go to post

Nice article. To be perfect, iris interoperability could be implement bpmn to BPM task, but it is done using bpel.

Yuri Marx · Mar 8, 2021 go to post

Thanks community, this is my fuel to write more and more and contribute with apps, comments and engagement.

Yuri Marx · Mar 17, 2021 go to post

Could be a select into InformationSchema (all namespaces have informationschema tables right?) table? Like:

SELECT count(*) FROM INFORMATION_SCHEMA.SCHEMATA
Yuri Marx · Apr 12, 2021 go to post

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.