I agree with Alexander! Yes, as it is stated in the title - it is a development tip. So use this in development freely and be aware of the consequences of calling this in production.
- Log in to post comments
I agree with Alexander! Yes, as it is stated in the title - it is a development tip. So use this in development freely and be aware of the consequences of calling this in production.
Thanks, Robert! For those who are not aware - SMP stands for System Management Portal - the web UI to manage IRIS.
Thanks, Robert! For those who are not aware - SMP stands for System Management Portal - the web UI to manage IRIS.
Thanks Marcio, I agree
What a thrilling and scary story, Mike!
I need this editing feature for development purposes only.
If you plan to have IRIS analytics server one of the options is to setup the second server as disaster recovery mirror member - it's an async mirror member.
This will let you to have a server that is almost always automatically up-to-date and the server is ready for analytics queries load
I see, thank you @Karunanithi Veerarajan
Nigel! This is so nice from you!
Thank you for your pleasant words and touching story! It’s so great to hear that! I share your good words with the whole DC Team of managers, developers and moderators! And of course with our dear DC members from all over the world!
Very cool! We have a DC messenger now )) add an API - people will make an app for iPhone to chat about DC :)
Thank you, team!
To start a production:
do ##class(Ens.Director).StartProduction("myProduction")To stop a production:
do ##class(Ens.Director).StopProduction()
This is from here.
Even it doesn't work on the deployment side you can check it locally in your IRIS container with ZPM using
zpm "install zpm-explorer"
Or git clone the project and build the container
Hi Andre! Yes, sure, give it a try
And we updated the images with ZPM 0.2.14 too:
intersystemsdc/iris-community:2021.1.0.215.0-zpm intersystemsdc/iris-ml-community:2021.1.0.215.0-zpm intersystemsdc/iris-community:2020.4.0.547.0-zpm intersystemsdc/irishealth-community:2021.1.0.215.0-zpm intersystemsdc/irishealth-ml-community:2021.1.0.215.0-zpm intersystemsdc/irishealth-community:2020.4.0.547.0-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.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2021.1.0.215.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2020.4.0.547.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.215.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2021.1.0.215.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2020.4.0.547.0-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.cspTo stop and destroy container do:
docker stop my-irisAre there any ARM images available?
Thanks for the new release, @Benjamin De Boe !
Is there any publicly available list of publicly available images on the InterSystems registry?
Hi @A.R.N. H Hafeel!
DC moderators delisted it.
Indeed, you published not the article but the invitation to read the article about internet speed up - a completely irrelevant topic to the forum (which is allowed in rare cases though) - with the article in an attached file. Why not posting the article directly here? Is it fishing?
What would your choice if you were DC moderator? ;)
Hi! thanks for sharing the course! Tried to build and it shows the following:
=> ERROR [internal] load metadata for containers.intersystems.com/intersystems/irishealth 2.2s ------ > [internal] load metadata for containers.intersystems.com/intersystems/irishealth-community:2020.1.408.0: ------ failed to solve with frontend dockerfile.v0: failed to create LLB definition: containers.intersystems.com/intersystems/irishealth-community:2020.1.408.0: not found ERROR: Service 'iris' failed to build
Thanks, Robert!
The clear Readme.md - is the must!
I agree on docker, ZPM, testing - these 3 is a kind of respect to other developers: easy to install, easy to clean up.
And if it is ObjectScript the code-quality with no bugs and warnings also ups the rating.
BTW, I think it makes sense to add a CONTRIBUTION.md to the templates - to describe the way and terms of the contribution to the projects.
Publish it on the Portuguese Community too!
Webterminal cannot deal with downloading files (yet). Maybe some Management portal plugin or alternative.
A good candidate for a dev tool.
Hi Robert!
Thanks! With terminal Yes it works like a charm.
But if you have access to Management portal only or to any other web-app?
Thanks Stefan! This is what I was looking for!
It did work. Not sure if it does now. But it's easy to test with ZPM ;)
Hi Ed!
if you do it like this?
SELECT
NON EMPTY {
[DateOfSale].[Actual].[YearSold].&[$variable.Year],
([DateOfSale].[Actual].[YearSold].&[$variable.Year]-1)
} ON 0,
NON EMPTY [Product].[P1].[Product Name].Members ON 1
FROM [HOLEFOODS]There were requests on what FHIRaaS provides. Here is the very precise document that describes that. The announcement is updated accordingly.
We added the slide deck of the webinar by @Patrick.Jamieson3621. The recording will be published later this week.
Thanks for everyone who joined the webinar today!
As it was announced will start providing the access codes to sign up for the FHIRaaS on Thursday 14th of May! Learn more here.
Also @Anton Umnikov shared the example application that could use InterSystems FHIRaaS. Just change the base-url and provide your key to make it working with FHIRaaS.