Thanks, Ed!
- Log in to post comments
Thanks, Ed!
Wow! Never knew that, very cool! Thanks!
Encryption is the part of InterSystems security model. I think the data anonymization task is close to data encryption, isn't it?
And privacy regulations can even deal with anonymized and unencrypted data. If @henry removes GDPR or LGPD terms from the question (which are the potential implementation goals), will the case work as a security topic?
So our contest is not about privacy. But we can include encryption and data obfuscation/anonymization.
Henry, it's an interesting topic! If we don't see strong objections and concerns we'll expand the scope of the contest.
Yuri, yes, data anonymization and obfuscation is not a part of the InterSystems Security model but it's an interesting topic related to secure IT practicies. And regarding privacy - I think it becomes privacy when you agree or disagree with the consent. So IMHO privacy begins when the solution is implemented which we don't expect to see in the contest :)
Wow. Great investigation. But definitely not what I would name "intuitive"
Hi Alicia!
If you want to run some code on schedule (e.g. SQL query) I recommend looking at Task Manager.
Also, there is a handy utility to set up a regular task in IRIS using cron expression programmatically with one line.
Here are the updated images with ZPM and license prolonged:
intersystemsdc/iris-community:2021.1.0.215.3-zpm intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-ml-community:2021.1.0.215.3-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.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2021.1.0.215.3-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-irisThanks, Steven!
And ZPM-enabled kits are:
And we updated the images with ZPM 0.2.14 too:
intersystemsdc/iris-community:2021.1.0.215.3-zpm intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-community:2021.1.0.215.3-zpm intersystemsdc/irishealth-ml-community:2021.1.0.215.3-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.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.215.3-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2021.1.0.215.3-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-irisTagging @Bob Kuszewski
We are using IKO for the Open Exchange deployment. Tagging @Mikhail.Khomenko. Also, check his articles on DC and the session on the virtual summit 2021 on IKO.
Indeed, Robert!
We really want this tool to be useful and hope it is!
Great to see you, Kyle!
Yes, this was a part of the plan )) Welcome back!
On behalf of the idea: there is a fresh request of an AS2 protocol interoperability adapter.
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.
Great! In other cases, if you want a quick chat or a voice call, ping me on DC Discord
Do you want to serialize it?
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")
Also, @Julio Francisco, can you submit it to Open Exchange?
Wonderful stats, thanks Robert! And we reached 500+ OEX apps milestone!
Thanks, Robert!
This is very helpful, as always!
Hi @Pete Greskoff! Looks like @Lorenzo Scalese contributed a zpm module for your solution! Thanks, Lorenzo!
You are very welcome, @Christine Tang! Thank you for your participation!
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.
I was somewhat surprised that IRIS Analytics was not required at all since there
was 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
The link shows me the following:

Here is a good article by @Alexander Koblov on $I vs $Seq the differences.
Calling @Patrick Jamieson
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!