Posts:
Replies:
Guillaume Rongier · May 16
Guillaume Rongier · May 12
Another solution can be with SAM :
- https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls...
- https://community.intersystems.com/post/new-video-viewing-customizing-me...
- You can also enable interoperability metrics (only on IRIS 2021.1+) with :
// Enable Intero metrics for SAM
zw ##class(Ens.Util.Statistics).EnableSAMForNamespace()
zw ##class(Ens.Util.Statistics).EnableSAMIncludeHostLabel()
Guillaume Rongier · May 12
Hi Yuri,
Can you add this neat training on how to build an production (interoperability framework) in 100% Python :
Open Exchange applications:
Followers:
Following:
Guillaume has not followed anybody yet.
Global Masters badges:


Hi, BTW, starting with IRIS 2021.1+ you can enable the interoperability metrics with those command lines :