go to post Evgeny Shvarov · Nov 23, 2020 Great app, @Guillaume Rongier! I think it will find a lot of users!
go to post Evgeny Shvarov · Nov 20, 2020 Do we still need it? We can make it if the concept is resonating with a lot of developers. The multi-model approach expects that we use Object, or SQL, or direct global usage. Or IRIS document model usage. Or even your personal custom structure (e.g. graph, columnar, etc).
go to post Evgeny Shvarov · Nov 17, 2020 Just wait a few days, Fabiana - it takes a while to make the account available for voting.
go to post Evgeny Shvarov · Nov 17, 2020 Hi Mark! CSVGEN creates a class and imports data into it vs a given CSV file or URL which could be done with one line. E.g. here is how to import fameous titanic data into IRIS: zw ##class(community.csvgen).GenerateFromURL("https://raw.githubusercontent.com/datasciencedojo/datasets/master/titanic.csv",",","Data.Titanic) Or from file: USER>zw ##class(community.csvgen).Generate("/folder/filename.csv") And of course, this task could be automated - this is what the Interoperability feature of IRIS for. Check the sample Interoperability production template which periodically loads news from Reddit and filters it upon criteria and writes into files or sends via email. I bet we have a ton of examples of how to process folders with files, calling @Stefan Wittmann
go to post Evgeny Shvarov · Nov 11, 2020 And I think everyone who changes an email face the thing - we perform such operations quite regularly.
go to post Evgeny Shvarov · Nov 11, 2020 Hi Julian! We can copy all your content to your address. Please contact @Anastasia Dyubaylo in Direct Message.
go to post Evgeny Shvarov · Nov 6, 2020 In addition to what @Robert Cemper said InterSystems IRIS is much faster than Caché in SQL, it has officially released Docker images, it has IRIS Interoperability and IRIS BI is included and it has Community Edition which gives you the way to develop and evaluate your solution on IRIS which is less than 10GB without ordering a license. And IRIS has a Package Manager ZPM which gives you a universal and robust way to deploy your solutions.
go to post Evgeny Shvarov · Nov 6, 2020 Hi Yuri! PEX jar files could be found in this repository .Until maven deployment.
go to post Evgeny Shvarov · Nov 5, 2020 Thanks, Herman! Technology is not ideal yet but already gives the feeling of next-level innovation)
go to post Evgeny Shvarov · Nov 4, 2020 Yes, it removes not used/stopped containers, but usually, it's safe: I hope you don't store anything important in a container.
go to post Evgeny Shvarov · Nov 4, 2020 Just to clarify again - these types of issues are not related to ZPM anyhow. But yes - this happens with docker sometimes, it's a "dark side" of docker-way of software development ;) If something doesn't work without a reason every time I do the following: 1) build without cache: docker-compose build --no-cache 2) clean up docker: docker system prune -f In a lot of cases, this helps. And maybe it's a trigger for us to make docker images smaller, @Steven LeBlanc , @Luca Ravazzolo ? Another approach is not having docker locally at all - e.g. Github Codespaces very promising way forward, you code in a browser and use Github's docker infrastructure (which is endless?).
go to post Evgeny Shvarov · Nov 4, 2020 Another idea - your docker just doesn't have enough resources for this. I have 6GB memory and 200G space.
go to post Evgeny Shvarov · Nov 4, 2020 Just tested on 2020.4 zpm enabled: HSLIB>DO ##class(HS.HC.Util.Installer).InstallFoundation("HSFOUNDATION") HS.Util.Installer.Foundation:Install User 'irisowner' has %Admin_Manage:USE privilege HS.Util.Installer.Foundation:Install tComponent Foundation = HSFOUNDATION HS.Util.Installer.Foundation:Install About to Create Database HSFOUNDATION HS.Util.Installer.Foundation:Install Create IRIS.DAT in HSFOUNDATION HS.Util.Installer.Foundation:Install Made Namespace HSFOUNDATION HS.HC.Util.Installer:EnableEnsemble Created Ensemble Mappings HS.HC.Util.Installer:EnableEnsemble Configuration Loaded HS.HC.Util.Installer:EnableEnsemble Compiling Ensemble DeepSee Dashboard HS.HC.Util.Installer:EnableEnsemble Ensemble Enabled HS.Util.Installer.Foundation:SecureInstall Added Package mappings HS,HSMOD,SchemaMap HS.Util.Installer.Foundation:SecureInstall Added include mappings HSMOD.*,SchemaMap* HS.Util.Installer.Foundation:Install Created Portal CSP app HS.Util.Installer.Foundation:CreateProduction Compiled template HSFOUNDATIONPKG.FoundationProduction HS.Util.Installer.Foundation:AdditionalSetup Set Credential HS_Services Running HS.Util.Installer.Kit.PostInstall.SetupOIDRegistry:RunHub(HSFOUNDATION) Ran HS.Util.Installer.Kit.PostInstall.SetupOIDRegistry:RunHub with status OK Running HS.Util.Installer.Kit.PostInstall.AssignAuthTypes:RunHub(HSFOUNDATION) Ran HS.Util.Installer.Kit.PostInstall.AssignAuthTypes:RunHub with status OK HS.Util.Installer.Foundation:SecureInstall Recompiled XML extension classesSaving hl7.fhir.r3.core@3.0.2 Saving hl7.fhir.r4.core@4.0.1 Saving hl7.fhir.us.core@3.1.0 Load Resources: hl7.fhir.r3.core@3.0.2 Load Resources: hl7.fhir.r4.core@4.0.1 Resource Used in Multiple Packages: http://healthit.gov/nhin/purposeofuse|2.0(hl7.fhir.r3.core@3.0.2,hl7.fhir.r4.core@4.0.1) Resource Used in Multiple Packages: http://dicom.nema.org/resources/ontology/DCM|01(hl7.fhir.r3.core@3.0.2,hl7.fhir.r4.core@4.0.1) Load Resources: hl7.fhir.us.core@3.1.0 HS.FHIRServer.Installer:InstallNamespace Created FHIR web application HS.FHIRServer.Installer:InstallNamespace Created FHIR API web application Load of directory started on 11/04/2020 08:59:25 Loading file /usr/irissys/dev/fhir/gbl/XFReferenceField.xml as xml Imported global: ^HS.XF.ReferenceField Loading file /usr/irissys/dev/fhir/gbl/XFTransform.xml as xml Imported global: ^HS.XF.Transform Loading file /usr/irissys/dev/fhir/gbl/XFValueSet.xml as xml Imported global: ^HS.XF.ValueSet Loading file /usr/irissys/dev/fhir/gbl/XFConfig.xml as xml Imported global: ^HS.XF.Config Loading file /usr/irissys/dev/fhir/gbl/XFReferenceType.xml as xml Imported global: ^HS.XF.ReferenceType Load finished successfully. HS.Util.Installer.Foundation:SecureInstall Install HSFOUNDATION done at 2020-11-04 08:59:26 HSLIB>w $zv IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2020.4 (Build 524U) Thu Oct 22 2020 13:04:25 EDT HSLIB>zpm zpm: HSLIB>version %SYS> zpm 0.2.8 Locally installed zpm-registry not found https://pm.community.intersystems.com - 0.0.2 zpm: HSLIB> It works. I guess the issue is with your docker, it could run out of resources. @Steve Pisani, if you perform docker cleanup (it's safe): docker system prune -f and test again?
go to post Evgeny Shvarov · Nov 4, 2020 Thanks, Steve! Just to clarify: this issue is related to ZPM-enabled IRIS for Health images, right? Filed the issue.