go to post Evgeny Shvarov · Oct 29, 2021 Here are the updated images with ZPM and license prolonged: intersystemsdc/iris-community:2021.1.0.215.3-zpm intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-ml-community:2021.1.0.215.3-zpm And to launch IRIS do: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2021.1.0.215.3-zpm And for terminal do: docker exec -it my-iris iris session IRIS and to start the control panel: http://localhost:9092/csp/sys/UtilHome.csp To stop and destroy container do: docker stop my-iris
go to post Evgeny Shvarov · Oct 29, 2021 Thanks, Steven! And ZPM-enabled kits are: And we updated the images with ZPM 0.2.14 too: intersystemsdc/iris-community:2021.1.0.215.3-zpm intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-ml-community:2021.1.0.215.3-zpm And to launch IRIS do: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2021.1.0.215.3-zpm And for terminal do: docker exec -it my-iris iris session IRIS and to start the control panel: http://localhost:9092/csp/sys/UtilHome.csp To stop and destroy container do: docker stop my-iris
go to post Evgeny Shvarov · Oct 27, 2021 We are using IKO for the Open Exchange deployment. Tagging @Mikhail Khomenko. Also, check his articles on DC and the session on the virtual summit 2021 on IKO.
go to post Evgeny Shvarov · Oct 21, 2021 Indeed, Robert! We really want this tool to be useful and hope it is!
go to post Evgeny Shvarov · Oct 13, 2021 Great to see you, Kyle! Yes, this was a part of the plan )) Welcome back!
go to post Evgeny Shvarov · Oct 13, 2021 On behalf of the idea: there is a fresh request of an AS2 protocol interoperability adapter.
go to post Evgeny Shvarov · Oct 13, 2021 Hope this could help: w ##class(%ZEN.Auxiliary.jsonProvider).%WriteJSONStreamFromObject(.stream,j) 1 SAMPLES>w stream.Read() { "_class":"Jiri.RegisteredObject", "p1":"test", "p2":"json" } Stolen from @Kyle Baxter answer here.
go to post Evgeny Shvarov · Oct 13, 2021 Great! In other cases, if you want a quick chat or a voice call, ping me on DC Discord
go to post Evgeny Shvarov · Oct 12, 2021 Thanks, @Sergei Shutov! @Muhammad Waseem, with csvgen you can import a CSV on GitHub with one line. E.g. here is the command line to import titanic.csv: USER>d ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/datasciencedojo/datasets/master/titanic.csv",",","Data.Titanic")
go to post Evgeny Shvarov · Sep 30, 2021 Wonderful stats, thanks Robert! And we reached 500+ OEX apps milestone!
go to post Evgeny Shvarov · Sep 19, 2021 Hi @Pete Greskoff! Looks like @Lorenzo Scalese contributed a zpm module for your solution! Thanks, Lorenzo!
go to post Evgeny Shvarov · Sep 19, 2021 You are very welcome, @Christine Tang! Thank you for your participation!
go to post Evgeny Shvarov · Sep 13, 2021 It'd be great to have a ZPM module that will add a CSP application link to a management portal. @Sergey Mikhailenko has the module that expands the management portal.
go to post Evgeny Shvarov · Sep 13, 2021 I was somewhat surprised that IRIS Analytics was not required at all since therewas no Cube nor Pivot nor Dashboard. I built it myself just using dc.dc.bi.PopSongs. Yes, IRIS contains IRIS BI for analytics but it needs additional skills to know it. We want IRIS users to be able to create analytics solutions if they know PowerBI, Tableau, and Logi and use it vs the data in InterSystems IRIS
go to post Evgeny Shvarov · Sep 9, 2021 Here is a good article by @Alexander Koblov on $I vs $Seq the differences.