Thanks, diagram into: https://pt.slideshare.net/alanmcsweeney/designing-an-enterprise-data-fabric
- Log in to post comments
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.
Great tip, thanks!
Fixed, thanks!
Thanks the revision, fixed!
Thanks additional tips!
Perfect! Thanks the contribution!
Thanks Cemper.
Thanks @Delphine Morel, good to hear this, is an incentive to keep writing more articles.
Yes, thanks the nice example.
I fixed Joel name, thanks the alert and sorry joel.
Fixed! Thanks
Thanks Joel! The course is great, exercises are great to learn more, I loved!
Great pack!
Thanks community! I'm very happy
A suggestion is allows ZPM to copy from a HTTP URL like a github address.
Nice option!
The Wallet is very nice and I received in Brazil in a short time.
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.
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.
JDBC worked, thanks.
Do you have hibernate dependency?
This workaround is very common. My question is: if you run the zpm command from another iris instance is it works?