go to post Evgeny Shvarov · Apr 17, 2020 And we released images with IRIS 2020.1 and 2020.2 and ZPM 0.2.1. the tags are: intersystemsdc/iris-community:2020.1.0.215.0-zpm intersystemsdc/iris-community:2020.2.0.196.0-zpm intersystemsdc/irishealth-community:2020.1.0.215.0-zpm intersystemsdc/irishealth-community:2020.2.0.196.0-zpm And to launch IRIS do: docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.1.0.215.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.2.0.196.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.1.0.215.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.196.0-zpm And for terminal do: docker exec -it my-iris iris session IRIS and for control panel: http://localhost:9092/csp/sys/UtilHome.csp Happy coding!
go to post Evgeny Shvarov · Apr 17, 2020 Thanks, @Dmitry Maslennikov! @Daniel Tamajon, I think if you share the link for obvious installation for Open JRE this will increase the adoption of your tool. It's not obvious how to do it in case I don't want to use Oracle JRE. Thanks.
go to post Evgeny Shvarov · Apr 17, 2020 And here is the video which shows how to apply for the contest: https://www.youtube.com/embed/qyUT195Pic0[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings] Enjoy!
go to post Evgeny Shvarov · Apr 17, 2020 Thanks Dmitry! What is the minimum Oracle JRE version which will work with ObjectScript Quality?
go to post Evgeny Shvarov · Apr 17, 2020 I'm trying new ObjectScriptQuality plugin for VSCode. It wants JRE to be installed locally. Should it be Oracle Java or any other JRE will work too?
go to post Evgeny Shvarov · Apr 16, 2020 Hi Zhong! Really cool stuff, thank you! Any source code on Github to "try it at home"?
go to post Evgeny Shvarov · Apr 16, 2020 And you can request it here in case you don't have WRC account or/if you want to make it public and get votes.
go to post Evgeny Shvarov · Apr 16, 2020 Yes. Great that ideas never die, and your implementation in IRIS is vivid evidence!
go to post Evgeny Shvarov · Apr 15, 2020 Hi Developers! We are inviting you to join InterSystems Contests Discord Channel to quickly discuss all the questions related to technology requirements, bonuses, REST API, spec first, etc. It has several rooms: REST Contest Technology Bonuses Voting Join! And let's chat about the contest and how to develop the solution and win!
go to post Evgeny Shvarov · Apr 14, 2020 Sure, you can interpret Intersystems IRIS in any way it works for your application, but in this contest, we want to focus on REST API on Intersystems IRIS side. That means you either use any internal 6 api (Atelier, UIMA, iKnow, DocDB, MGMNT, BI, Monitoring) or any installed from Open Exchange or build your own with Swagger and/or ObjectScript.
go to post Evgeny Shvarov · Apr 13, 2020 The competition allows using REST API on the Intersystems IRIS side. If QEWD/Node.js + browser UI does this, then go ahead.
go to post Evgeny Shvarov · Apr 13, 2020 Hi Rob! We provided more details for the contest - and indeed you can avoid using ObjectScript in the contest!You can use already existing! E.g. are extremely in need of the Frontend for the Forms 2.0, something line Vue, or react would be great! Or you can use any out-of-the-box IRIS REST API.
go to post Evgeny Shvarov · Apr 13, 2020 Updated the post regarding the list of internal REST API: Or use any IRIS out-of-the-box REST API which you can check on http://yourserver:port/api/mgmnt/ http://localhost:52773/api/mgmnt/ Amongst them are: Atelier API: /api/atelier IRIS BI API: /api/deepsee DocDB API :/api/docdb IRIS NLP(iknow) API: /api/iknow Monitoring API: /api/monitor Swagger Management API: /api/mgmnt UIMA API: /api/uima
go to post Evgeny Shvarov · Apr 13, 2020 Provided a few details on the requirements, possible application types, and bonuses.
go to post Evgeny Shvarov · Apr 13, 2020 I'm not aware of such a feature. Yes, indeed this could be a helpful project!
go to post Evgeny Shvarov · Apr 13, 2020 Added the section on how to test the package before publishing
go to post Evgeny Shvarov · Apr 11, 2020 @Guillaume Rongier! This is a fantastic app! I tried and it really creates 6 classes related to the API! A very helpful feature for the spec-first approach. And, you introduced the package just in time to the related REST API programming contest! It could help to contestants too!