Evgeny Shvarov · Feb 9, 2020 go to post

Hi Adel!

Maybe it's not the answer to how to call the procedure from Python. But as soon as you have some ObjectScript code already you may want to try the way to call Python (pandas) from IRIS using Objectscript and transfer the data from your query to the python libraries and run it.

Python Gateway does the thing, here is the set of articles and also tagging @Eduard Lebedyuk and @Sergey Lukyanchikov to provide more details if any.

Evgeny Shvarov · Feb 5, 2020 go to post

Hi Jacques!

InterSystems employees are not allowed to review for obvious reasons ;)

But for our company's fame and to help Developers Community you are always welcome to contribute articles and submit apps on Open Exchange )

Evgeny Shvarov · Feb 4, 2020 go to post

Thank you!

This is fixed) Yes, there is no "Download Evaluation Caché" option anymore.

Evgeny Shvarov · Feb 4, 2020 go to post

Hi Christopher!

Where do you see the "Download Caché Evaluation" link on the site?

I believe we have "Download InterSystems IRIS".

Are you looking for Caché specifically or for the functionality? Don't you want to try IRIS? I believe it derives all the best of Caché.

Evgeny Shvarov · Jan 25, 2020 go to post

IRIS Analytics. (DeepSee) is included even in IRIS Community Version by default so you are welcome to try.

3 easiest ways to try:

1. download IRIS Community version as @Robert Cemper mentioned.

2. Launch Try IRIS instance

3. Docker pull the image

4. Run an instance of IRIS on a cloud you like: Azure, AWS, GCP.

You have IRIS Analytics with Community Edition but you probably want to try something working.

Samples BI is not included but could be installed.

The easiest way to install is to use ZPM.

Or even to launch a docker image with ZPM on board and install Samples-BI with one command.

Also, I can recommend trying AnalyzeThis by @Peter Steiwer  - it's a nice tool to generate a cube+pivot+dashboard vs arbitrary csv file.

HTH

Evgeny Shvarov · Jan 23, 2020 go to post

Hi Rafael!

>I don't know if the MSM has this "freeze writing" feature during the snapshot process.
I don't know if anyone on Earth knows if MSM 4.4 has the feature ) When was the release? 25 years ago?

Evgeny Shvarov · Jan 20, 2020 go to post

As soon as docker pull command is not necessary I omitted it from the text, but you have it here just in case:

For InterSystems IRIS:

docker pull intersystemsdc/iris-community:2019.4.0.383.0-zpm-dev

For InterSystems IRIS for Health is:

docker pull intersystemsdc/irishealth-community:2019.4.0.383.0-zpm-dev
Evgeny Shvarov · Jan 20, 2020 go to post

I was said that docker pull command:

$ docker pull intersystemsdc/iris-community:2019.4.0.383.0-zpm

is not necessarily needed, so updated the text.

and added the command to run docker container with InterSystems IRIS for Health.

Evgeny Shvarov · Jan 17, 2020 go to post

Will it be a smooth transition from current to new version?

Current to new version of what?
DSW could be used against DeepSee dashboards starting from Caché/Ensemble 2014 and with any version of IRIS/IRIS4H.

Can I incorporate it in the zen app?

You can use it as standalone web-app (it's a REST API + Angular app in its nature) or you can insert an iframe into any current zen app.

E.g. try to insert this iframe into any zen app:

<iframe style="border: none" src="https://analytics.community.intersystems.com/dswpub/index.html#!/d/PostsByYears.dashboard?ns=COMMUNITYPUBLIC&embed=1&widget=0&height=271&isLegend=true" width="473" height="271" ></iframe>

There is a Windows version to it right?

It runs in a browser, so it works on any OS - same as Zen. And it has a mobile UI.

Evgeny Shvarov · Jan 17, 2020 go to post

Hi @Neerav Verma!

You can try to give the second life with DeepSee Dashboards using DeepSeeWeb  - it gives Angular face for your current DeepSee Dashboards, has nice map widgets, mobile UI and is open source (though there is commercial for commercial use Highcharts inside).

It's very easy to install with ZPM:

zpm:USER>install dsw

and you can browse your Zen DeepSee dashboards with DSW.