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.
go to post Evgeny Shvarov · Aug 23, 2021 Congrats! And I think the true winners of the contest are all the members of the InterSystems Developer Community who got 23 fantastic pieces of experience and bright ideas! Thank you very much!
go to post Evgeny Shvarov · Aug 22, 2021 You can deploy as a ZPM package, e.g. from your own registry. See @Lorenzo.Scalese's story. You can bake a docker image and deploy it into the EKS Kubernetes cluster, check article one and two.
go to post Evgeny Shvarov · Aug 18, 2021 I understand them - they indeed provide the cloud infrastructure to host the development and to build and deploy containers then. Somebody pays for all this pleasure. Nobody prevents from setting up the personal infrastructure similar to CodeSpaces even now. I don't see very much need for myself yet - my mac laptop is enough productive with VSCode and Docker desktop installed.