go to post Evgeny Shvarov · Nov 7, 2021 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 Pereira 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.
go to post Evgeny Shvarov · Nov 7, 2021 Henry, it's an interesting topic! If we don't see strong objections and concerns we'll expand the scope of the contest.
go to post Evgeny Shvarov · Nov 7, 2021 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 :)
go to post Evgeny Shvarov · Nov 2, 2021 Wow. Great investigation. But definitely not what I would name "intuitive"
go to post Evgeny Shvarov · Oct 29, 2021 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.
go to post Evgeny Shvarov · Oct 29, 2021 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.csp To stop and destroy container do: docker stop my-iris
go to post Evgeny Shvarov · Oct 29, 2021 Thanks, 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.csp To stop and destroy container do: docker stop my-iris
go to post Evgeny Shvarov · Oct 27, 2021 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.
go to post Evgeny Shvarov · Oct 21, 2021 Indeed, Robert! We really want this tool to be useful and hope it is!
go to post Evgeny Shvarov · Oct 13, 2021 Great to see you, Kyle! Yes, this was a part of the plan )) Welcome back!
go to post Evgeny Shvarov · Oct 13, 2021 On behalf of the idea: there is a fresh request of an AS2 protocol interoperability adapter.
go to post Evgeny Shvarov · Oct 13, 2021 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.
go to post Evgeny Shvarov · Oct 13, 2021 Great! In other cases, if you want a quick chat or a voice call, ping me on DC Discord
go to post Evgeny Shvarov · Oct 12, 2021 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")
go to post Evgeny Shvarov · Sep 30, 2021 Wonderful stats, thanks Robert! And we reached 500+ OEX apps milestone!