Evgeny Shvarov · Jun 17, 2021 go to post

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.csp

To stop and destroy container do:

docker stop my-iris
Evgeny Shvarov · Jun 14, 2021 go to post

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? ;)
 

Evgeny Shvarov · Jun 13, 2021 go to post

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
Evgeny Shvarov · Jun 12, 2021 go to post

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.

Evgeny Shvarov · Jun 11, 2021 go to post

Webterminal cannot deal with downloading files (yet). Maybe some Management portal plugin or alternative. 

A good candidate for a dev tool.

Evgeny Shvarov · Jun 11, 2021 go to post

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?

Evgeny Shvarov · Jun 4, 2021 go to post

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]
Evgeny Shvarov · May 10, 2021 go to post

Hi Sam! Thank you for the helpful application and article!

Can the cube also measure the duration of the queries? E.g. to find queries that perform worse?

Evgeny Shvarov · May 4, 2021 go to post

Hi Utsavi!

There is no video on this (we probably should record one), but there is an article that describes how you can set up your own private registry for your company and publish packages on it. It's really easy cause the ZPM registry could be deployed as a ZPM package as well.

Also with ZPM proxy feature you can build a chain of registries, or use public packages in your private registry when you need that. Learn more here.

There is also a discord channel regarding ZPM, where you can chat with other developers who implemented private ZPM registries in their companies already. 

Hope this helps.

Evgeny Shvarov · Apr 26, 2021 go to post

Congrats to all the participants! This was an amazing contest! 

And It's a real pity this time that we have only 3 winning positions. The community has won a lot more!

Evgeny Shvarov · Apr 21, 2021 go to post

And we updated the images with ZPM 0.2.14 too:

intersystemsdc/iris-community:2021.1.0.205.0-zpm

intersystemsdc/iris-community:2020.4.0.547.0-zpm

intersystemsdc/irishealth-community:2021.1.0.205.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.205.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.205.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.csp

To stop and destroy container do:

docker stop my-iris
Evgeny Shvarov · Apr 21, 2021 go to post

ZPM works in IRIS only, but you can search around on DC, and OEX - there were attempts to provide alternative support of ZPM in Cache.